#580F03

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

Shades of Red Oxide #580F03

Tints of Red Oxide #580F03

Color information

#580F03 (or 0x580F03) is unknown color: approx Red Oxide. HEX triplet: 58, 0F and 03. RGB value is (88,15,3). Sum of RGB (Red+Green+Blue) = 88+15+3=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #580F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F03 is #A7F0FC. Grayscale: #232323. Windows color (decimal): -11006205 or 200536. OLE color: 200536.

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

Color convert

RGB88153-
CMYK00.830.970.65
HSL8.47º93.41%17.84%-
HSV(B)8.47º96.59%34.51%-
XYZ4.212.420.33-
YUV35.46109.68165.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.02%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=83.02%
G=14.15%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8815300.830.970.658.4793.4117.84
Hex58F3053614185d12
Octal13017301231411011013522
Binary101100011111101010011110000110000011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,15,3); }

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

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

 a { background-color: rgb(88,15,3); }

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

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

 span { border-color: rgb(88,15,3); }

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