#58130A

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

Shades of Red Oxide #58130A

Tints of Red Oxide #58130A

Color information

#58130A (or 0x58130A) is unknown color: approx Red Oxide. HEX triplet: 58, 13 and 0A. RGB value is (88,19,10). Sum of RGB (Red+Green+Blue) = 88+19+10=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #58130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58130A is #A7ECF5. Grayscale: #262626. Windows color (decimal): -11005174 or 660312. OLE color: 660312.

HSL color Cylindrical-coordinate representation of color #58130A: hue angle of 6.92º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58130A is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB881910-
CMYK00.780.890.65
HSL6.92º79.59%19.22%-
HSV(B)6.92º88.64%34.51%-
XYZ4.312.560.55-
YUV38.6111.86163.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.21%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=75.21%
G=16.24%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88191000.780.890.656.9279.5919.22
Hex5813A04E594175013
Octal13023120116131101712023
Binary10110001001110100100111010110011000001111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58130A; }

 p { color: rgb(88,19,10); }

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

<style>
 a { background-color: #58130A; }

 a { background-color: rgb(88,19,10); }

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

<style>
 span { border-color: #58130A; }

 span { border-color: rgb(88,19,10); }

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