Html Css Color HEX #5A1911 Red Oxide

📋 copy color: '#5A1911'

red 90 ◦ green 25 ◦ blue 17

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

Shades of Red Oxide #5A1911

Tints of Red Oxide #5A1911

RGB

 RED value IS 90 (35.55% from 255) = 68.18%

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 68.18%
G = 18.94%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#5A1911 (or 0x5A1911) is known color: Red Oxide. HEX triplet: 5A, 19 and 11. RGB value is (90,25,17). Sum of RGB (Red+Green+Blue) = 90+25+17=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1911 is #A5E6EE. Grayscale: #2B2B2B. Windows color (decimal): -10872559 or 1120602. OLE color: 1120602.

HSL color Cylindrical-coordinate representation of color #5A1911: hue angle of 6.58º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1911 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 25 17 -
CMYK 0 0.72 0.81 0.65
HSL 6.58º 0.68% 0.21% -
HSV(B) 6.58º 0.81% 0.35% -
XYZ 4.67 2.91 0.85 -
YUV 43.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 90 25 17 0 0.72 0.81 0.65 6.58 0.68 0.21
Hex 5A 19 11 0 48 51 41 7 44 15
Octal 132 31 21 0 110 121 101 7 104 25
Binary 1011010 11001 10001 0 1001000 1010001 1000001 111 1000100 10101

Color Harmonies of #5A1911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1911

Black with #5A1911

Text Example


Text Example

White with #5A1911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A1911; }

 p { color: rgb(90,25,17); }

 H1.HeaderClassName
 {
   color: #5A1911;
 }
 .AnyTagClassName
 {
   color: #5A1911;
 }
</style>

background-color css

<style>
 a { background-color: #5A1911; }

 a { background-color: rgb(90,25,17); }

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

border-color css

<style>
 span { border-color: #5A1911; }

 span { border-color: rgb(90,25,17); }

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