#580F0C

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

Shades of Red Oxide #580F0C

Tints of Red Oxide #580F0C

Color information

#580F0C (or 0x580F0C) is unknown color: approx Red Oxide. HEX triplet: 58, 0F and 0C. RGB value is (88,15,12). Sum of RGB (Red+Green+Blue) = 88+15+12=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #580F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F0C is #A7F0F3. Grayscale: #242424. Windows color (decimal): -11006196 or 790360. OLE color: 790360.

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

Color convert

RGB881512-
CMYK00.830.860.65
HSL2.37º76%19.61%-
HSV(B)2.37º86.36%34.51%-
XYZ4.262.440.59-
YUV36.48114.18164.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=76.52%
G=13.04%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88151200.830.860.652.377619.61
Hex58FC053564124c14
Octal13017140123126101211424
Binary101100011111100010100111010110100000110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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