Html Css Color HEX #120609 Rustic Red

📋 copy color: '#120609'

red 18 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #120609

Tints of Rustic Red #120609

RGB

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

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

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

R = 54.55%
G = 18.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.93

RGB Variations

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

Color information

#120609 (or 0x120609) is known color: Rustic Red. HEX triplet: 12, 06 and 09. RGB value is (18,6,9). Sum of RGB (Red+Green+Blue) = 18+6+9=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120609 is #EDF9F6. Grayscale: #090909. Windows color (decimal): -15596023 or 591378. OLE color: 591378.

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

Color convert

RGB 18 6 9 -
CMYK 0 0.67 0.5 0.93
HSL 345º 0.5% 0.05% -
HSV(B) 345º 0.67% 0.07% -
XYZ 0.36 0.28 0.29 -
YUV 9.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 18 6 9 0 0.67 0.5 0.93 345 0.5 0.05
Hex 12 6 9 0 43 32 5D 159 32 5
Octal 22 6 11 0 103 62 135 531 62 5
Binary 10010 110 1001 0 1000011 110010 1011101 101011001 110010 101

Color Harmonies of #120609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120609

Black with #120609

Text Example


Text Example

White with #120609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120609; }

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

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

background-color css

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

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

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

border-color css

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

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

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