#0C0508

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

Shades of Rustic Red #0C0508

Tints of Rustic Red #0C0508

Color information

#0C0508 (or 0x0C0508) is unknown color: approx Rustic Red. HEX triplet: 0C, 05 and 08. RGB value is (12,5,8). Sum of RGB (Red+Green+Blue) = 12+5+8=25 (3% of max value = 765). Red value is 12 (5.08% from 255 or 48% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0508 is #F3FAF7. Grayscale: #070707. Windows color (decimal): -15989496 or 525580. OLE color: 525580.

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

Color convert

RGB1258-
CMYK00.580.330.95
HSL334.29º41.18%3.33%-
HSV(B)334.29º58.33%4.71%-
XYZ0.250.20.26-
YUV7.44128.32131.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 48%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 8 (3.52% from 255) = 32%
R=48%
G=20%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal125800.580.330.95334.2941.183.33
HexC5803A215F14e293
Octal1451007241137516513
Binary110010110000111010100001101111110100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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