Html Css Color HEX #120209 Rustic Red

📋 copy color: '#120209'

red 18 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #120209

Tints of Rustic Red #120209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 31.03%

R = 62.07%
G = 6.9%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.93

RGB Variations

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

Color information

#120209 (or 0x120209) is known color: Rustic Red. HEX triplet: 12, 02 and 09. RGB value is (18,2,9). Sum of RGB (Red+Green+Blue) = 18+2+9=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120209 is #EDFDF6. Grayscale: #070707. Windows color (decimal): -15597047 or 590354. OLE color: 590354.

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

Color convert

RGB 18 2 9 -
CMYK 0 0.89 0.5 0.93
HSL 333.75º 0.8% 0.04% -
HSV(B) 333.75º 0.89% 0.07% -
XYZ 0.32 0.19 0.28 -
YUV 7.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 18 2 9 0 0.89 0.5 0.93 333.75 0.8 0.04
Hex 12 2 9 0 59 32 5D 14E 50 4
Octal 22 2 11 0 131 62 135 516 120 4
Binary 10010 10 1001 0 1011001 110010 1011101 101001110 1010000 100

Color Harmonies of #120209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120209

Black with #120209

Text Example


Text Example

White with #120209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120209; }

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

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

background-color css

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

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

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

border-color css

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

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

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