#58170C

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

Shades of Red Oxide #58170C

Tints of Red Oxide #58170C

Color information

#58170C (or 0x58170C) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 0C. RGB value is (88,23,12). Sum of RGB (Red+Green+Blue) = 88+23+12=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #58170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58170C is #A7E8F3. Grayscale: #292929. Windows color (decimal): -11004148 or 792408. OLE color: 792408.

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

Color convert

RGB882312-
CMYK00.740.860.65
HSL8.68º76%19.61%-
HSV(B)8.68º86.36%34.51%-
XYZ4.42.710.64-
YUV41.18111.53161.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=71.54%
G=18.70%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88231200.740.860.658.687619.61
Hex5817C04A564194c14
Octal130271401121261011111424
Binary101100010111110001001010101011010000011001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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