#0C0809

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

Shades of Rustic Red #0C0809

Tints of Rustic Red #0C0809

Color information

#0C0809 (or 0x0C0809) is unknown color: approx Rustic Red. HEX triplet: 0C, 08 and 09. RGB value is (12,8,9). Sum of RGB (Red+Green+Blue) = 12+8+9=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0809 is #F3F7F6. Grayscale: #090909. Windows color (decimal): -15988727 or 591884. OLE color: 591884.

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

Color convert

RGB1289-
CMYK00.330.250.95
HSL345º20%3.92%-
HSV(B)345º33.33%4.71%-
XYZ0.290.270.3-
YUV9.31127.83129.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 41.38%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 9 (3.91% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal128900.330.250.95345203.92
HexC89021195F159144
Octal14101104131137531244
Binary110010001001010000111001101111110101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,9); }

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

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

 a { background-color: rgb(12,8,9); }

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

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

 span { border-color: rgb(12,8,9); }

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