Html Css Color HEX #120608 Rustic Red

📋 copy color: '#120608'

red 18 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #120608

Tints of Rustic Red #120608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 18.75%

 BLUE value IS 8 (3.52% from 255) = 25%

R = 56.25%
G = 18.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#120608 (or 0x120608) is known color: Rustic Red. HEX triplet: 12, 06 and 08. RGB value is (18,6,8). Sum of RGB (Red+Green+Blue) = 18+6+8=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120608 is #EDF9F7. Grayscale: #090909. Windows color (decimal): -15596024 or 525842. OLE color: 525842.

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

Color convert

RGB 18 6 8 -
CMYK 0 0.67 0.56 0.93
HSL 350º 0.5% 0.05% -
HSV(B) 350º 0.67% 0.07% -
XYZ 0.36 0.28 0.26 -
YUV 9.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 18 6 8 0 0.67 0.56 0.93 350 0.5 0.05
Hex 12 6 8 0 43 38 5D 15E 32 5
Octal 22 6 10 0 103 70 135 536 62 5
Binary 10010 110 1000 0 1000011 111000 1011101 101011110 110010 101

Color Harmonies of #120608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120608

Black with #120608

Text Example


Text Example

White with #120608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120608; }

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

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

background-color css

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

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

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

border-color css

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

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

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