Html Css Color HEX #A20D10 Sangria

📋 copy color: '#A20D10'

red 162 ◦ green 13 ◦ blue 16

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

Shades of Sangria #A20D10

Tints of Sangria #A20D10

RGB

 RED value IS 162 (63.67% from 255) = 84.82%

 GREEN value IS 13 (5.47% from 255) = 6.81%

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

R = 84.82%
G = 6.81%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20D10 (or 0xA20D10) is known color: Sangria. HEX triplet: A2, 0D and 10. RGB value is (162,13,16). Sum of RGB (Red+Green+Blue) = 162+13+16=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20D10 is #5DF2EF. Grayscale: #3A3A3A. Windows color (decimal): -6157040 or 1052066. OLE color: 1052066.

HSL color Cylindrical-coordinate representation of color #A20D10: hue angle of 358.79º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 13 16 -
CMYK 0 0.92 0.90 0.36
HSL 358.79º 0.85% 0.34% -
HSV(B) 358.79º 0.92% 0.64% -
XYZ 15.14 8.01 1.24 -
YUV 57.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 162 13 16 0 0.92 0.90 0.36 358.79 0.85 0.34
Hex A2 D 10 0 5C 5A 24 167 55 22
Octal 242 15 20 0 134 132 44 547 125 42
Binary 10100010 1101 10000 0 1011100 1011010 100100 101100111 1010101 100010

Color Harmonies of #A20D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D10

Black with #A20D10

Text Example


Text Example

White with #A20D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D10; }

 p { color: rgb(162,13,16); }

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

background-color css

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

 a { background-color: rgb(162,13,16); }

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

border-color css

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

 span { border-color: rgb(162,13,16); }

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