#080405

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

Shades of Rustic Red #080405

Tints of Rustic Red #080405

Color information

#080405 (or 0x080405) is unknown color: approx Rustic Red. HEX triplet: 08, 04 and 05. RGB value is (8,4,5). Sum of RGB (Red+Green+Blue) = 8+4+5=17 (2% of max value = 765). Red value is 8 (3.52% from 255 or 47.06% from 17); Green value is 4 (1.95% from 255 or 23.53% from 17); Blue value is 5 (2.34% from 255 or 29.41% from 17); Max value from RGB is 8 - color contains mainly: red. Hex color #080405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080405 is #F7FBFA. Grayscale: #050505. Windows color (decimal): -16251899 or 328712. OLE color: 328712.

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

Color convert

RGB845-
CMYK00.50.380.97
HSL345º33.33%2.35%-
HSV(B)345º50%3.14%-
XYZ0.170.150.16-
YUV5.31127.83129.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 47.06%
GREEN value IS 4 (1.95% from 255) = 23.53%
BLUE value IS 5 (2.34% from 255) = 29.41%
R=47.06%
G=23.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal84500.50.380.9734533.332.35
Hex8450322661159212
Octal104506246141531412
Binary10001001010110010100110110000110101100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080405; }

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

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

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

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

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

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

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

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