#58100C

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

Shades of Red Oxide #58100C

Tints of Red Oxide #58100C

Color information

#58100C (or 0x58100C) is unknown color: approx Red Oxide. HEX triplet: 58, 10 and 0C. RGB value is (88,16,12). Sum of RGB (Red+Green+Blue) = 88+16+12=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #58100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58100C is #A7EFF3. Grayscale: #252525. Windows color (decimal): -11005940 or 790616. OLE color: 790616.

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

Color convert

RGB881612-
CMYK00.820.860.65
HSL3.16º76%19.61%-
HSV(B)3.16º86.36%34.51%-
XYZ4.282.470.6-
YUV37.07113.85164.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.86%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=75.86%
G=13.79%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88161200.820.860.653.167619.61
Hex5810C052564134c14
Octal13020140122126101311424
Binary1011000100001100010100101010110100000111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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