#0C0204

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

Shades of Rustic Red #0C0204

Tints of Rustic Red #0C0204

Color information

#0C0204 (or 0x0C0204) is unknown color: approx Rustic Red. HEX triplet: 0C, 02 and 04. RGB value is (12,2,4). Sum of RGB (Red+Green+Blue) = 12+2+4=18 (2% of max value = 765). Red value is 12 (5.08% from 255 or 66.67% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0204 is #F3FDFB. Grayscale: #050505. Windows color (decimal): -15990268 or 262668. OLE color: 262668.

HSL color Cylindrical-coordinate representation of color #0C0204: hue angle of 348º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0204 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.95.

Color convert

RGB1224-
CMYK00.830.670.95
HSL348º71.43%2.75%-
HSV(B)348º83.33%4.71%-
XYZ0.20.130.13-
YUV5.22127.31132.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 11.11%
BLUE value IS 4 (1.95% from 255) = 22.22%
R=66.67%
G=11.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal122400.830.670.9534871.432.75
HexC24053435F15c473
Octal142401231031375341073
Binary1100101000101001110000111011111101011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0204; }

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

 H1.HeaderClassName
 {
   color: #0C0204;
 }
 .AnyTagClassName
 {
   color: #0C0204;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0C0204;
 }
 .BgClassName
 {
   background-color: #0C0204;
 }
</style>
border-color css

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

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

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