Html Css Color HEX #5A190E Red Oxide

📋 copy color: '#5A190E'

red 90 ◦ green 25 ◦ blue 14

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

Shades of Red Oxide #5A190E

Tints of Red Oxide #5A190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 69.77%
G = 19.38%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A190E (or 0x5A190E) is known color: Red Oxide. HEX triplet: 5A, 19 and 0E. RGB value is (90,25,14). Sum of RGB (Red+Green+Blue) = 90+25+14=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A190E is #A5E6F1. Grayscale: #2B2B2B. Windows color (decimal): -10872562 or 923994. OLE color: 923994.

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

Color convert

RGB 90 25 14 -
CMYK 0 0.72 0.84 0.65
HSL 8.68º 0.73% 0.2% -
HSV(B) 8.68º 0.84% 0.35% -
XYZ 4.64 2.9 0.73 -
YUV 43.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 90 25 14 0 0.72 0.84 0.65 8.68 0.73 0.2
Hex 5A 19 E 0 48 54 41 9 49 14
Octal 132 31 16 0 110 124 101 11 111 24
Binary 1011010 11001 1110 0 1001000 1010100 1000001 1001 1001001 10100

Color Harmonies of #5A190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A190E

Black with #5A190E

Text Example


Text Example

White with #5A190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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