#58150C

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

Shades of Red Oxide #58150C

Tints of Red Oxide #58150C

Color information

#58150C (or 0x58150C) is unknown color: approx Red Oxide. HEX triplet: 58, 15 and 0C. RGB value is (88,21,12). Sum of RGB (Red+Green+Blue) = 88+21+12=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58150C is #A7EAF3. Grayscale: #282828. Windows color (decimal): -11004660 or 791896. OLE color: 791896.

HSL color Cylindrical-coordinate representation of color #58150C: hue angle of 7.11º 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 #58150C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB882112-
CMYK00.760.860.65
HSL7.11º76%19.61%-
HSV(B)7.11º86.36%34.51%-
XYZ4.362.640.63-
YUV40.01112.2162.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=72.73%
G=17.36%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88211200.760.860.657.117619.61
Hex5815C04C564174c14
Octal13025140114126101711424
Binary10110001010111000100110010101101000001111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58150C; }

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

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

<style>
 a { background-color: #58150C; }

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

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

<style>
 span { border-color: #58150C; }

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

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