#58110C

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

Shades of Red Oxide #58110C

Tints of Red Oxide #58110C

Color information

#58110C (or 0x58110C) is unknown color: approx Red Oxide. HEX triplet: 58, 11 and 0C. RGB value is (88,17,12). Sum of RGB (Red+Green+Blue) = 88+17+12=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #58110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58110C is #A7EEF3. Grayscale: #252525. Windows color (decimal): -11005684 or 790872. OLE color: 790872.

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

Color convert

RGB881712-
CMYK00.810.860.65
HSL3.95º76%19.61%-
HSV(B)3.95º86.36%34.51%-
XYZ4.292.50.6-
YUV37.66113.52163.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.21%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=75.21%
G=14.53%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88171200.810.860.653.957619.61
Hex5811C051564144c14
Octal13021140121126101411424
Binary10110001000111000101000110101101000001100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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