#580F0F

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

Shades of Red Oxide #580F0F

Tints of Red Oxide #580F0F

Color information

#580F0F (or 0x580F0F) is unknown color: approx Red Oxide. HEX triplet: 58, 0F and 0F. RGB value is (88,15,15). Sum of RGB (Red+Green+Blue) = 88+15+15=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #580F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F0F is #A7F0F0. Grayscale: #242424. Windows color (decimal): -11006193 or 986968. OLE color: 986968.

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

Color convert

RGB881515-
CMYK00.830.830.65
HSL70.87%20.2%-
HSV(B)82.95%34.51%-
XYZ4.282.450.7-
YUV36.83115.68164.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 74.58%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=74.58%
G=12.71%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88151500.830.830.65070.8720.2
Hex58FF053534104714
Octal13017170123123101010724
Binary10110001111111101010011101001110000010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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