Html Css Color HEX #120208 Rustic Red

📋 copy color: '#120208'

red 18 ◦ green 2 ◦ blue 8

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

Shades of Rustic Red #120208

Tints of Rustic Red #120208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.14%

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

R = 64.29%
G = 7.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#120208 (or 0x120208) is known color: Rustic Red. HEX triplet: 12, 02 and 08. RGB value is (18,2,8). Sum of RGB (Red+Green+Blue) = 18+2+8=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120208 is #EDFDF7. Grayscale: #070707. Windows color (decimal): -15597048 or 524818. OLE color: 524818.

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

Color convert

RGB 18 2 8 -
CMYK 0 0.89 0.56 0.93
HSL 337.5º 0.8% 0.04% -
HSV(B) 337.5º 0.89% 0.07% -
XYZ 0.31 0.19 0.25 -
YUV 7.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 18 2 8 0 0.89 0.56 0.93 337.5 0.8 0.04
Hex 12 2 8 0 59 38 5D 152 50 4
Octal 22 2 10 0 131 70 135 522 120 4
Binary 10010 10 1000 0 1011001 111000 1011101 101010010 1010000 100

Color Harmonies of #120208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120208

Black with #120208

Text Example


Text Example

White with #120208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120208; }

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

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

background-color css

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

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

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

border-color css

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

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

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