Html Css Color HEX #A20E11 Sangria

📋 copy color: '#A20E11'

red 162 ◦ green 14 ◦ blue 17

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

Shades of Sangria #A20E11

Tints of Sangria #A20E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.25%

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

R = 83.94%
G = 7.25%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20E11 (or 0xA20E11) is known color: Sangria. HEX triplet: A2, 0E and 11. RGB value is (162,14,17). Sum of RGB (Red+Green+Blue) = 162+14+17=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E11 is #5DF1EE. Grayscale: #3A3A3A. Windows color (decimal): -6156783 or 1117858. OLE color: 1117858.

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

Color convert

RGB 162 14 17 -
CMYK 0 0.91 0.90 0.36
HSL 358.78º 0.84% 0.35% -
HSV(B) 358.78º 0.91% 0.64% -
XYZ 15.16 8.04 1.28 -
YUV 58.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 162 14 17 0 0.91 0.90 0.36 358.78 0.84 0.35
Hex A2 E 11 0 5B 5A 24 167 54 23
Octal 242 16 21 0 133 132 44 547 124 43
Binary 10100010 1110 10001 0 1011011 1011010 100100 101100111 1010100 100011

Color Harmonies of #A20E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E11

Black with #A20E11

Text Example


Text Example

White with #A20E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E11; }

 p { color: rgb(162,14,17); }

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

background-color css

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

 a { background-color: rgb(162,14,17); }

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

border-color css

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

 span { border-color: rgb(162,14,17); }

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