#580D02

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

Shades of Red Oxide #580D02

Tints of Red Oxide #580D02

Color information

#580D02 (or 0x580D02) is unknown color: approx Red Oxide. HEX triplet: 58, 0D and 02. RGB value is (88,13,2). Sum of RGB (Red+Green+Blue) = 88+13+2=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #580D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D02 is #A7F2FD. Grayscale: #222222. Windows color (decimal): -11006718 or 134488. OLE color: 134488.

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

Color convert

RGB88132-
CMYK00.850.980.65
HSL7.67º95.56%17.65%-
HSV(B)7.67º97.73%34.51%-
XYZ4.182.370.29-
YUV34.17109.85166.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 85.44%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=85.44%
G=12.62%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8813200.850.980.657.6795.5617.65
Hex58D2055624186012
Octal13015201251421011014022
Binary101100011011001010101110001010000011000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,13,2); }

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

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

 a { background-color: rgb(88,13,2); }

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

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

 span { border-color: rgb(88,13,2); }

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