#0C0406

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

Shades of Rustic Red #0C0406

Tints of Rustic Red #0C0406

Color information

#0C0406 (or 0x0C0406) is unknown color: approx Rustic Red. HEX triplet: 0C, 04 and 06. RGB value is (12,4,6). Sum of RGB (Red+Green+Blue) = 12+4+6=22 (2% of max value = 765). Red value is 12 (5.08% from 255 or 54.55% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0406 is #F3FBF9. Grayscale: #060606. Windows color (decimal): -15989754 or 394252. OLE color: 394252.

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

Color convert

RGB1246-
CMYK00.670.500.95
HSL345º50%3.14%-
HSV(B)345º66.67%4.71%-
XYZ0.230.180.19-
YUV6.62127.65131.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 18.18%
BLUE value IS 6 (2.73% from 255) = 27.27%
R=54.55%
G=18.18%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal124600.670.500.95345503.14
HexC46043325F159323
Octal1446010362137531623
Binary110010011001000011110010101111110101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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