#58190B

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

Shades of Red Oxide #58190B

Tints of Red Oxide #58190B

Color information

#58190B (or 0x58190B) is unknown color: approx Red Oxide. HEX triplet: 58, 19 and 0B. RGB value is (88,25,11). Sum of RGB (Red+Green+Blue) = 88+25+11=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58190B is #A7E6F4. Grayscale: #2A2A2A. Windows color (decimal): -11003637 or 727384. OLE color: 727384.

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

Color convert

RGB882511-
CMYK00.720.880.65
HSL10.91º77.78%19.41%-
HSV(B)10.91º87.5%34.51%-
XYZ4.432.790.62-
YUV42.24110.37160.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=70.97%
G=20.16%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88251100.720.880.6510.9177.7819.41
Hex5819B0485841b4e13
Octal130311301101301011311623
Binary101100011001101101001000101100010000011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58190B; }

 p { color: rgb(88,25,11); }

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

<style>
 a { background-color: #58190B; }

 a { background-color: rgb(88,25,11); }

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

<style>
 span { border-color: #58190B; }

 span { border-color: rgb(88,25,11); }

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