#580A05

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

Shades of Red Oxide #580A05

Tints of Red Oxide #580A05

Color information

#580A05 (or 0x580A05) is unknown color: approx Red Oxide. HEX triplet: 58, 0A and 05. RGB value is (88,10,5). Sum of RGB (Red+Green+Blue) = 88+10+5=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #580A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580A05 is #A7F5FA. Grayscale: #202020. Windows color (decimal): -11007483 or 330328. OLE color: 330328.

HSL color Cylindrical-coordinate representation of color #580A05: hue angle of 3.61º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580A05 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB88105-
CMYK00.890.940.65
HSL3.61º89.25%18.24%-
HSV(B)3.61º94.32%34.51%-
XYZ4.162.30.37-
YUV32.75112.34167.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 85.44%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 5 (2.34% from 255) = 4.85%
R=85.44%
G=9.71%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8810500.890.940.653.6189.2518.24
Hex58A50595E4145912
Octal1301250131136101413122
Binary101100010101010101100110111101000001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580A05; }

 p { color: rgb(88,10,5); }

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

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

 a { background-color: rgb(88,10,5); }

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

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

 span { border-color: rgb(88,10,5); }

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