Html Css Color HEX #591C12 Red Oxide

📋 copy color: '#591C12'

red 89 ◦ green 28 ◦ blue 18

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

Shades of Red Oxide #591C12

Tints of Red Oxide #591C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 65.93%
G = 20.74%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#591C12 (or 0x591C12) is known color: Red Oxide. HEX triplet: 59, 1C and 12. RGB value is (89,28,18). Sum of RGB (Red+Green+Blue) = 89+28+18=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #591C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C12 is #A6E3ED. Grayscale: #2D2D2D. Windows color (decimal): -10937326 or 1186905. OLE color: 1186905.

HSL color Cylindrical-coordinate representation of color #591C12: hue angle of 8.45º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591C12 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 28 18 -
CMYK 0 0.69 0.80 0.65
HSL 8.45º 0.66% 0.21% -
HSV(B) 8.45º 0.8% 0.35% -
XYZ 4.64 3 0.91 -
YUV 45.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 89 28 18 0 0.69 0.80 0.65 8.45 0.66 0.21
Hex 59 1C 12 0 45 50 41 8 42 15
Octal 131 34 22 0 105 120 101 10 102 25
Binary 1011001 11100 10010 0 1000101 1010000 1000001 1000 1000010 10101

Color Harmonies of #591C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C12

Black with #591C12

Text Example


Text Example

White with #591C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591C12; }

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

 H1.HeaderClassName
 {
   color: #591C12;
 }
 .AnyTagClassName
 {
   color: #591C12;
 }
</style>

background-color css

<style>
 a { background-color: #591C12; }

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

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

border-color css

<style>
 span { border-color: #591C12; }

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

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