Html Css Color HEX #590C00 Red Oxide

📋 copy color: '#590C00'

red 89 ◦ green 12 ◦ blue 0

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

Shades of Red Oxide #590C00

Tints of Red Oxide #590C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.12%
G = 11.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#590C00 (or 0x590C00) is known color: Red Oxide. HEX triplet: 59, 0C and 00. RGB value is (89,12,0). Sum of RGB (Red+Green+Blue) = 89+12+0=101 (13% of max value = 765). Red value is 89 (35.16% from 255 or 88.12% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 89 - color contains mainly: red. Hex color #590C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C00 is #A6F3FF. Grayscale: #212121. Windows color (decimal): -10941440 or 3161. OLE color: 3161.

HSL color Cylindrical-coordinate representation of color #590C00: hue angle of 8.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590C00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 12 0 -
CMYK 0 0.87 1 0.65
HSL 8.09º 1% 0.17% -
HSV(B) 8.09º 1% 0.35% -
XYZ 4.25 2.39 0.24 -
YUV 33.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 89 12 0 0 0.87 1 0.65 8.09 1 0.17
Hex 59 C 0 0 57 64 41 8 64 11
Octal 131 14 0 0 127 144 101 10 144 21
Binary 1011001 1100 0 0 1010111 1100100 1000001 1000 1100100 10001

Color Harmonies of #590C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C00

Black with #590C00

Text Example


Text Example

White with #590C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590C00; }

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

 H1.HeaderClassName
 {
   color: #590C00;
 }
 .AnyTagClassName
 {
   color: #590C00;
 }
</style>

background-color css

<style>
 a { background-color: #590C00; }

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

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

border-color css

<style>
 span { border-color: #590C00; }

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

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