Html Css Color HEX #120009 Rustic Red

📋 copy color: '#120009'

red 18 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #120009

Tints of Rustic Red #120009

RGB

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

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

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.93

RGB Variations

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

Color information

#120009 (or 0x120009) is known color: Rustic Red. HEX triplet: 12, 00 and 09. RGB value is (18,0,9). Sum of RGB (Red+Green+Blue) = 18+0+9=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120009 is #EDFFF6. Grayscale: #060606. Windows color (decimal): -15597559 or 589842. OLE color: 589842.

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

Color convert

RGB 18 0 9 -
CMYK 0 1 0.5 0.93
HSL 330º 1% 0.04% -
HSV(B) 330º 1% 0.07% -
XYZ 0.3 0.15 0.27 -
YUV 6.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 18 0 9 0 1 0.5 0.93 330 1 0.04
Hex 12 0 9 0 64 32 5D 14A 64 4
Octal 22 0 11 0 144 62 135 512 144 4
Binary 10010 0 1001 0 1100100 110010 1011101 101001010 1100100 100

Color Harmonies of #120009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120009

Black with #120009

Text Example


Text Example

White with #120009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120009; }

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

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

background-color css

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

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

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

border-color css

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

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

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