#080304

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

Shades of Rustic Red #080304

Tints of Rustic Red #080304

Color information

#080304 (or 0x080304) is unknown color: approx Rustic Red. HEX triplet: 08, 03 and 04. RGB value is (8,3,4). Sum of RGB (Red+Green+Blue) = 8+3+4=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080304 is #F7FCFB. Grayscale: #040404. Windows color (decimal): -16252156 or 262920. OLE color: 262920.

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

Color convert

RGB834-
CMYK00.630.50.97
HSL348º45.45%2.16%-
HSV(B)348º62.5%3.14%-
XYZ0.150.130.13-
YUV4.61127.66130.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 53.33%
GREEN value IS 3 (1.56% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 26.67%
R=53.33%
G=20%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.5
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal83400.630.50.9734845.452.16
Hex83403F326115c2d2
Octal103407762141534552
Binary1000111000111111110010110000110101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080304; }

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

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

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

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

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

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

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

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