Html Css Color HEX #120008 Rustic Red

📋 copy color: '#120008'

red 18 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #120008

Tints of Rustic Red #120008

RGB

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

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

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

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#120008 (or 0x120008) is known color: Rustic Red. HEX triplet: 12, 00 and 08. RGB value is (18,0,8). Sum of RGB (Red+Green+Blue) = 18+0+8=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120008 is #EDFFF7. Grayscale: #060606. Windows color (decimal): -15597560 or 524306. OLE color: 524306.

HSL color Cylindrical-coordinate representation of color #120008: hue angle of 333.33º 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 #120008 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 0 8 -
CMYK 0 1 0.56 0.93
HSL 333.33º 1% 0.04% -
HSV(B) 333.33º 1% 0.07% -
XYZ 0.29 0.15 0.24 -
YUV 6.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 18 0 8 0 1 0.56 0.93 333.33 1 0.04
Hex 12 0 8 0 64 38 5D 14D 64 4
Octal 22 0 10 0 144 70 135 515 144 4
Binary 10010 0 1000 0 1100100 111000 1011101 101001101 1100100 100

Color Harmonies of #120008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120008

Black with #120008

Text Example


Text Example

White with #120008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120008; }

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

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

background-color css

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

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

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

border-color css

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

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

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