Html Css Color HEX #59180B Red Oxide

📋 copy color: '#59180B'

red 89 ◦ green 24 ◦ blue 11

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

Shades of Red Oxide #59180B

Tints of Red Oxide #59180B

RGB

 RED value IS 89 (35.16% from 255) = 71.77%

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 11 (4.69% from 255) = 8.87%

R = 71.77%
G = 19.35%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59180B (or 0x59180B) is known color: Red Oxide. HEX triplet: 59, 18 and 0B. RGB value is (89,24,11). Sum of RGB (Red+Green+Blue) = 89+24+11=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #59180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59180B is #A6E7F4. Grayscale: #2A2A2A. Windows color (decimal): -10938357 or 727129. OLE color: 727129.

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

Color convert

RGB 89 24 11 -
CMYK 0 0.73 0.88 0.65
HSL 10º 0.78% 0.2% -
HSV(B) 10º 0.88% 0.35% -
XYZ 4.51 2.8 0.62 -
YUV 41.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 89 24 11 0 0.73 0.88 0.65 10 0.78 0.2
Hex 59 18 B 0 49 58 41 A 4E 14
Octal 131 30 13 0 111 130 101 12 116 24
Binary 1011001 11000 1011 0 1001001 1011000 1000001 1010 1001110 10100

Color Harmonies of #59180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59180B

Black with #59180B

Text Example


Text Example

White with #59180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,24,11); }

 H1.HeaderClassName
 {
   color: #59180B;
 }
 .AnyTagClassName
 {
   color: #59180B;
 }
</style>

background-color css

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

 a { background-color: rgb(89,24,11); }

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

border-color css

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

 span { border-color: rgb(89,24,11); }

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