#580B02

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

Shades of Red Oxide #580B02

Tints of Red Oxide #580B02

Color information

#580B02 (or 0x580B02) is unknown color: approx Red Oxide. HEX triplet: 58, 0B and 02. RGB value is (88,11,2). Sum of RGB (Red+Green+Blue) = 88+11+2=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #580B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B02 is #A7F4FD. Grayscale: #212121. Windows color (decimal): -11007230 or 133976. OLE color: 133976.

HSL color Cylindrical-coordinate representation of color #580B02: hue angle of 6.28º 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 #580B02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB88112-
CMYK00.880.980.65
HSL6.28º95.56%17.65%-
HSV(B)6.28º97.73%34.51%-
XYZ4.162.320.29-
YUV33110.51167.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 87.13%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=87.13%
G=10.89%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8811200.880.980.656.2895.5617.65
Hex58B2058624166012
Octal1301320130142101614022
Binary10110001011100101100011000101000001110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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