#58120D

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

Shades of Red Oxide #58120D

Tints of Red Oxide #58120D

Color information

#58120D (or 0x58120D) is unknown color: approx Red Oxide. HEX triplet: 58, 12 and 0D. RGB value is (88,18,13). Sum of RGB (Red+Green+Blue) = 88+18+13=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58120D is #A7EDF2. Grayscale: #262626. Windows color (decimal): -11005427 or 856664. OLE color: 856664.

HSL color Cylindrical-coordinate representation of color #58120D: hue angle of 4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58120D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB881813-
CMYK00.800.850.65
HSL74.26%19.8%-
HSV(B)85.23%34.51%-
XYZ4.312.540.64-
YUV38.36113.69163.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=73.95%
G=15.13%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88181300.800.850.65474.2619.8
Hex5812D050554144a14
Octal13022150120125101411224
Binary10110001001011010101000010101011000001100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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