Html Css Color HEX #A2020B Sangria

📋 copy color: '#A2020B'

red 162 ◦ green 2 ◦ blue 11

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

Shades of Sangria #A2020B

Tints of Sangria #A2020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 92.57%
G = 1.14%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2020B (or 0xA2020B) is known color: Sangria. HEX triplet: A2, 02 and 0B. RGB value is (162,2,11). Sum of RGB (Red+Green+Blue) = 162+2+11=175 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 162 - color contains mainly: red. Hex color #A2020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2020B is #5DFDF4. Grayscale: #323232. Windows color (decimal): -6159861 or 721570. OLE color: 721570.

HSL color Cylindrical-coordinate representation of color #A2020B: hue angle of 356.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2020B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 11 -
CMYK 0 0.99 0.93 0.36
HSL 356.63º 0.98% 0.32% -
HSV(B) 356.63º 0.99% 0.64% -
XYZ 14.98 7.75 1.02 -
YUV 50.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 162 2 11 0 0.99 0.93 0.36 356.63 0.98 0.32
Hex A2 2 B 0 63 5D 24 165 62 20
Octal 242 2 13 0 143 135 44 545 142 40
Binary 10100010 10 1011 0 1100011 1011101 100100 101100101 1100010 100000

Color Harmonies of #A2020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2020B

Black with #A2020B

Text Example


Text Example

White with #A2020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2020B; }

 p { color: rgb(162,2,11); }

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

background-color css

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

 a { background-color: rgb(162,2,11); }

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

border-color css

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

 span { border-color: rgb(162,2,11); }

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