Html Css Color HEX #59120C Red Oxide

📋 copy color: '#59120C'

red 89 ◦ green 18 ◦ blue 12

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

Shades of Red Oxide #59120C

Tints of Red Oxide #59120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 74.79%
G = 15.13%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59120C (or 0x59120C) is known color: Red Oxide. HEX triplet: 59, 12 and 0C. RGB value is (89,18,12). Sum of RGB (Red+Green+Blue) = 89+18+12=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #59120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59120C is #A6EDF3. Grayscale: #262626. Windows color (decimal): -10939892 or 791129. OLE color: 791129.

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

Color convert

RGB 89 18 12 -
CMYK 0 0.80 0.87 0.65
HSL 4.68º 0.76% 0.2% -
HSV(B) 4.68º 0.87% 0.35% -
XYZ 4.4 2.58 0.61 -
YUV 38.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 89 18 12 0 0.80 0.87 0.65 4.68 0.76 0.2
Hex 59 12 C 0 50 57 41 5 4C 14
Octal 131 22 14 0 120 127 101 5 114 24
Binary 1011001 10010 1100 0 1010000 1010111 1000001 101 1001100 10100

Color Harmonies of #59120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59120C

Black with #59120C

Text Example


Text Example

White with #59120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59120C; }

 p { color: rgb(89,18,12); }

 H1.HeaderClassName
 {
   color: #59120C;
 }
 .AnyTagClassName
 {
   color: #59120C;
 }
</style>

background-color css

<style>
 a { background-color: #59120C; }

 a { background-color: rgb(89,18,12); }

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

border-color css

<style>
 span { border-color: #59120C; }

 span { border-color: rgb(89,18,12); }

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