#120204

Color #120204 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #120204

Tints of Rustic Red #120204

Color information

#120204 (or 0x120204) is unknown color: approx 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

RGB1824-
CMYK00.890.780.93
HSL352.5º80%3.92%-
HSV(B)352.5º88.89%7.06%-
XYZ0.290.180.13-
YUV7.01126.3135.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal182400.890.780.93352.5803.92
Hex12240594E5D160504
Octal222401311161355401204
Binary100101010001011001100111010111011011000001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>