Html Css Color HEX #120004 Rustic Red

📋 copy color: '#120004'

red 18 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #120004

Tints of Rustic Red #120004

RGB

 RED value IS 18 (7.42% from 255) = 81.82%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.82%
G = 0%
B = 18.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120004 (or 0x120004) is known color: Rustic Red. HEX triplet: 12, 00 and 04. RGB value is (18,0,4). Sum of RGB (Red+Green+Blue) = 18+0+4=22 (2% of max value = 765). Red value is 18 (7.42% from 255 or 81.82% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 18 - color contains mainly: red. Hex color #120004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120004 is #EDFFFB. Grayscale: #050505. Windows color (decimal): -15597564 or 262162. OLE color: 262162.

HSL color Cylindrical-coordinate representation of color #120004: hue angle of 346.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120004 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 0 4 -
CMYK 0 1 0.78 0.93
HSL 346.67º 1% 0.04% -
HSV(B) 346.67º 1% 0.07% -
XYZ 0.27 0.14 0.13 -
YUV 5.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 18 0 4 0 1 0.78 0.93 346.67 1 0.04
Hex 12 0 4 0 64 4E 5D 15B 64 4
Octal 22 0 4 0 144 116 135 533 144 4
Binary 10010 0 100 0 1100100 1001110 1011101 101011011 1100100 100

Color Harmonies of #120004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120004

Black with #120004

Text Example


Text Example

White with #120004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120004; }

 p { color: rgb(18,0,4); }

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

background-color css

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

 a { background-color: rgb(18,0,4); }

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

border-color css

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

 span { border-color: rgb(18,0,4); }

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