Html Css Color HEX #5A1710 Red Oxide

📋 copy color: '#5A1710'

red 90 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #5A1710

Tints of Red Oxide #5A1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.83%

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 69.77%
G = 17.83%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#5A1710 (or 0x5A1710) is known color: Red Oxide. HEX triplet: 5A, 17 and 10. RGB value is (90,23,16). Sum of RGB (Red+Green+Blue) = 90+23+16=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1710 is #A5E8EF. Grayscale: #2A2A2A. Windows color (decimal): -10873072 or 1054554. OLE color: 1054554.

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

Color convert

RGB 90 23 16 -
CMYK 0 0.74 0.82 0.65
HSL 5.68º 0.7% 0.21% -
HSV(B) 5.68º 0.82% 0.35% -
XYZ 4.62 2.82 0.79 -
YUV 42.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 90 23 16 0 0.74 0.82 0.65 5.68 0.7 0.21
Hex 5A 17 10 0 4A 52 41 6 46 15
Octal 132 27 20 0 112 122 101 6 106 25
Binary 1011010 10111 10000 0 1001010 1010010 1000001 110 1000110 10101

Color Harmonies of #5A1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1710

Black with #5A1710

Text Example


Text Example

White with #5A1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,23,16); }

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

background-color css

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

 a { background-color: rgb(90,23,16); }

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

border-color css

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

 span { border-color: rgb(90,23,16); }

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