#080506

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

Shades of Rustic Red #080506

Tints of Rustic Red #080506

Color information

#080506 (or 0x080506) is unknown color: approx Rustic Red. HEX triplet: 08, 05 and 06. RGB value is (8,5,6). Sum of RGB (Red+Green+Blue) = 8+5+6=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 6 (2.73% from 255 or 31.58% from 19); Max value from RGB is 8 - color contains mainly: red. Hex color #080506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080506 is #F7FAF9. Grayscale: #060606. Windows color (decimal): -16251642 or 394504. OLE color: 394504.

HSL color Cylindrical-coordinate representation of color #080506: hue angle of 340º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080506 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.97.

Color convert

RGB856-
CMYK00.380.250.97
HSL340º23.08%2.55%-
HSV(B)340º37.5%3.14%-
XYZ0.190.170.2-
YUV6.01127.99129.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 42.11%
GREEN value IS 5 (2.34% from 255) = 26.32%
BLUE value IS 6 (2.73% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal85600.380.250.9734023.082.55
Hex8560261961154173
Octal105604631141524273
Binary100010111001001101100111000011010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080506; }

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

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

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

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

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

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

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

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