#58180C

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

Shades of Red Oxide #58180C

Tints of Red Oxide #58180C

Color information

#58180C (or 0x58180C) is unknown color: approx Red Oxide. HEX triplet: 58, 18 and 0C. RGB value is (88,24,12). Sum of RGB (Red+Green+Blue) = 88+24+12=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58180C is #A7E7F3. Grayscale: #292929. Windows color (decimal): -11003892 or 792664. OLE color: 792664.

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

Color convert

RGB882412-
CMYK00.730.860.65
HSL9.47º76%19.61%-
HSV(B)9.47º86.36%34.51%-
XYZ4.422.750.65-
YUV41.77111.2160.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=70.97%
G=19.35%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88241200.730.860.659.477619.61
Hex5818C049564194c14
Octal130301401111261011111424
Binary101100011000110001001001101011010000011001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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