Html Css Color HEX #58190B Red Oxide

📋 copy color: '#58190B'

red 88 ◦ green 25 ◦ blue 11

#58190B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #58190B

Tints of Red Oxide #58190B

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 value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58190B (or 0x58190B) is known color: 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

RGB 88 25 11 -
CMYK 0 0.72 0.88 0.65
HSL 10.91º 0.78% 0.19% -
HSV(B) 10.91º 0.88% 0.35% -
XYZ 4.43 2.79 0.62 -
YUV 42.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 88 25 11 0 0.72 0.88 0.65 10.91 0.78 0.19
Hex 58 19 B 0 48 58 41 B 4E 13
Octal 130 31 13 0 110 130 101 13 116 23
Binary 1011000 11001 1011 0 1001000 1011000 1000001 1011 1001110 10011

Color Harmonies of #58190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58190B

Black with #58190B

Text Example


Text Example

White with #58190B

Text Example


Text Example

HTML Codes & Css Web 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>