#58120C

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

Shades of Red Oxide #58120C

Tints of Red Oxide #58120C

Color information

#58120C (or 0x58120C) is unknown color: approx Red Oxide. HEX triplet: 58, 12 and 0C. RGB value is (88,18,12). Sum of RGB (Red+Green+Blue) = 88+18+12=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58120C is #A7EDF3. Grayscale: #262626. Windows color (decimal): -11005428 or 791128. OLE color: 791128.

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

Color convert

RGB881812-
CMYK00.800.860.65
HSL4.74º76%19.61%-
HSV(B)4.74º86.36%34.51%-
XYZ4.312.530.61-
YUV38.25113.19163.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 74.58%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=74.58%
G=15.25%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88181200.800.860.654.747619.61
Hex5812C050564154c14
Octal13022140120126101511424
Binary10110001001011000101000010101101000001101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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