Html Css Color HEX #050304 Rustic Red

📋 copy color: '#050304'

red 5 ◦ green 3 ◦ blue 4

#050304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #050304

Tints of Rustic Red #050304

RGB

 RED value IS 5 (2.34% from 255) = 41.67%

 GREEN value IS 3 (1.56% from 255) = 25%

 BLUE value IS 4 (1.95% from 255) = 33.33%

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.98

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#050304 (or 0x050304) is known color: Rustic Red. HEX triplet: 05, 03 and 04. RGB value is (5,3,4). Sum of RGB (Red+Green+Blue) = 5+3+4=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 5 - color contains mainly: red. Hex color #050304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050304 is #FAFCFB. Grayscale: #030303. Windows color (decimal): -16448764 or 262917. OLE color: 262917.

HSL color Cylindrical-coordinate representation of color #050304: hue angle of 330º degrees, saturation: 0.25, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #050304 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.98.

Color convert

RGB 5 3 4 -
CMYK 0 0.40 0.20 0.98
HSL 330º 0.25% 0.02% -
HSV(B) 330º 0.4% 0.02% -
XYZ 0.12 0.11 0.13 -
YUV 3.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 5 3 4 0 0.40 0.20 0.98 330 0.25 0.02
Hex 5 3 4 0 28 14 62 14A 19 2
Octal 5 3 4 0 50 24 142 512 31 2
Binary 101 11 100 0 101000 10100 1100010 101001010 11001 10

Color Harmonies of #050304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050304

Black with #050304

Text Example


Text Example

White with #050304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050304; }

 p { color: rgb(5,3,4); }

 H1.HeaderClassName
 {
   color: #050304;
 }
 .AnyTagClassName
 {
   color: #050304;
 }
</style>

background-color css

<style>
 a { background-color: #050304; }

 a { background-color: rgb(5,3,4); }

 div.DivClassName
 {
   background-color: #050304;
 }
 .BgClassName
 {
   background-color: #050304;
 }
</style>

border-color css

<style>
 span { border-color: #050304; }

 span { border-color: rgb(5,3,4); }

 td.TdClassName
 {
   border-color: #050304;
 }
 .TagClassName
 {
   border-color: #050304;
 }
</style>