Html Css Color HEX #120506 Rustic Red

📋 copy color: '#120506'

red 18 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #120506

Tints of Rustic Red #120506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 17.24%

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

R = 62.07%
G = 17.24%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#120506 (or 0x120506) is known color: Rustic Red. HEX triplet: 12, 05 and 06. RGB value is (18,5,6). Sum of RGB (Red+Green+Blue) = 18+5+6=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120506 is #EDFAF9. Grayscale: #090909. Windows color (decimal): -15596282 or 394514. OLE color: 394514.

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

Color convert

RGB 18 5 6 -
CMYK 0 0.72 0.67 0.93
HSL 355.38º 0.57% 0.05% -
HSV(B) 355.38º 0.72% 0.07% -
XYZ 0.34 0.25 0.2 -
YUV 9 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 18 5 6 0 0.72 0.67 0.93 355.38 0.57 0.05
Hex 12 5 6 0 48 43 5D 163 39 5
Octal 22 5 6 0 110 103 135 543 71 5
Binary 10010 101 110 0 1001000 1000011 1011101 101100011 111001 101

Color Harmonies of #120506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120506

Black with #120506

Text Example


Text Example

White with #120506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120506; }

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

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

background-color css

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

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

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

border-color css

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

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

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