#580E01

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

Shades of Red Oxide #580E01

Tints of Red Oxide #580E01

Color information

#580E01 (or 0x580E01) is unknown color: approx Red Oxide. HEX triplet: 58, 0E and 01. RGB value is (88,14,1). Sum of RGB (Red+Green+Blue) = 88+14+1=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #580E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E01 is #A7F1FE. Grayscale: #222222. Windows color (decimal): -11006463 or 69208. OLE color: 69208.

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

Color convert

RGB88141-
CMYK00.840.990.65
HSL8.97º97.75%17.45%-
HSV(B)8.97º98.86%34.51%-
XYZ4.192.390.27-
YUV34.64109.02166.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 85.44%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=85.44%
G=13.59%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8814100.840.990.658.9797.7517.45
Hex58E1054634196211
Octal13016101241431011114221
Binary10110001110101010100110001110000011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,14,1); }

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

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

 a { background-color: rgb(88,14,1); }

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

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

 span { border-color: rgb(88,14,1); }

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