#080205

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

Shades of Rustic Red #080205

Tints of Rustic Red #080205

Color information

#080205 (or 0x080205) is unknown color: approx Rustic Red. HEX triplet: 08, 02 and 05. RGB value is (8,2,5). Sum of RGB (Red+Green+Blue) = 8+2+5=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080205 is #F7FDFA. Grayscale: #040404. Windows color (decimal): -16252411 or 328200. OLE color: 328200.

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

Color convert

RGB825-
CMYK00.750.380.97
HSL330º60%1.96%-
HSV(B)330º75%3.14%-
XYZ0.150.110.16-
YUV4.14128.49130.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 53.33%
GREEN value IS 2 (1.17% from 255) = 13.33%
BLUE value IS 5 (2.34% from 255) = 33.33%
R=53.33%
G=13.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal82500.750.380.97330601.96
Hex82504B266114a3c2
Octal1025011346141512742
Binary10001010101001011100110110000110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080205; }

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

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

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

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

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

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

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

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