Html Css Color HEX #120204 Rustic Red

📋 copy color: '#120204'

red 18 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #120204

Tints of Rustic Red #120204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 16.67%

R = 75%
G = 8.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120204 (or 0x120204) is known color: Rustic Red. HEX triplet: 12, 02 and 04. RGB value is (18,2,4). Sum of RGB (Red+Green+Blue) = 18+2+4=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120204 is #EDFDFB. Grayscale: #070707. Windows color (decimal): -15597052 or 262674. OLE color: 262674.

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

Color convert

RGB 18 2 4 -
CMYK 0 0.89 0.78 0.93
HSL 352.5º 0.8% 0.04% -
HSV(B) 352.5º 0.89% 0.07% -
XYZ 0.29 0.18 0.13 -
YUV 7.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 18 2 4 0 0.89 0.78 0.93 352.5 0.8 0.04
Hex 12 2 4 0 59 4E 5D 160 50 4
Octal 22 2 4 0 131 116 135 540 120 4
Binary 10010 10 100 0 1011001 1001110 1011101 101100000 1010000 100

Color Harmonies of #120204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120204

Black with #120204

Text Example


Text Example

White with #120204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120204; }

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

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

background-color css

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

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

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

border-color css

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

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

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