Html Css Color HEX #120406 Rustic Red

📋 copy color: '#120406'

red 18 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #120406

Tints of Rustic Red #120406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 14.29%

 BLUE value IS 6 (2.73% from 255) = 21.43%

R = 64.29%
G = 14.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#120406 (or 0x120406) is known color: Rustic Red. HEX triplet: 12, 04 and 06. RGB value is (18,4,6). Sum of RGB (Red+Green+Blue) = 18+4+6=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120406 is #EDFBF9. Grayscale: #080808. Windows color (decimal): -15596538 or 394258. OLE color: 394258.

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

Color convert

RGB 18 4 6 -
CMYK 0 0.78 0.67 0.93
HSL 351.43º 0.64% 0.04% -
HSV(B) 351.43º 0.78% 0.07% -
XYZ 0.33 0.23 0.2 -
YUV 8.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 18 4 6 0 0.78 0.67 0.93 351.43 0.64 0.04
Hex 12 4 6 0 4E 43 5D 15F 40 4
Octal 22 4 6 0 116 103 135 537 100 4
Binary 10010 100 110 0 1001110 1000011 1011101 101011111 1000000 100

Color Harmonies of #120406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120406

Black with #120406

Text Example


Text Example

White with #120406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120406; }

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

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

background-color css

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

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

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

border-color css

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

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

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