Html Css Color HEX #5A160D Red Oxide

📋 copy color: '#5A160D'

red 90 ◦ green 22 ◦ blue 13

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

Shades of Red Oxide #5A160D

Tints of Red Oxide #5A160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 72%
G = 17.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#5A160D (or 0x5A160D) is known color: Red Oxide. HEX triplet: 5A, 16 and 0D. RGB value is (90,22,13). Sum of RGB (Red+Green+Blue) = 90+22+13=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A160D is #A5E9F2. Grayscale: #292929. Windows color (decimal): -10873331 or 857690. OLE color: 857690.

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

Color convert

RGB 90 22 13 -
CMYK 0 0.76 0.86 0.65
HSL 7.01º 0.75% 0.2% -
HSV(B) 7.01º 0.86% 0.35% -
XYZ 4.58 2.78 0.68 -
YUV 41.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 90 22 13 0 0.76 0.86 0.65 7.01 0.75 0.2
Hex 5A 16 D 0 4C 56 41 7 4B 14
Octal 132 26 15 0 114 126 101 7 113 24
Binary 1011010 10110 1101 0 1001100 1010110 1000001 111 1001011 10100

Color Harmonies of #5A160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A160D

Black with #5A160D

Text Example


Text Example

White with #5A160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,22,13); }

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

background-color css

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

 a { background-color: rgb(90,22,13); }

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

border-color css

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

 span { border-color: rgb(90,22,13); }

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