Html Css Color HEX #A2020A Sangria

📋 copy color: '#A2020A'

red 162 ◦ green 2 ◦ blue 10

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

Shades of Sangria #A2020A

Tints of Sangria #A2020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 93.1%
G = 1.15%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A2020A (or 0xA2020A) is known color: Sangria. HEX triplet: A2, 02 and 0A. RGB value is (162,2,10). Sum of RGB (Red+Green+Blue) = 162+2+10=174 (23% of max value = 765). Red value is 162 (63.67% from 255 or 93.10% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 162 - color contains mainly: red. Hex color #A2020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2020A is #5DFDF5. Grayscale: #323232. Windows color (decimal): -6159862 or 656034. OLE color: 656034.

HSL color Cylindrical-coordinate representation of color #A2020A: hue angle of 357º 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 #A2020A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 10 -
CMYK 0 0.99 0.94 0.36
HSL 357º 0.98% 0.32% -
HSV(B) 357º 0.99% 0.64% -
XYZ 14.98 7.75 0.99 -
YUV 50.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 162 2 10 0 0.99 0.94 0.36 357 0.98 0.32
Hex A2 2 A 0 63 5E 24 165 62 20
Octal 242 2 12 0 143 136 44 545 142 40
Binary 10100010 10 1010 0 1100011 1011110 100100 101100101 1100010 100000

Color Harmonies of #A2020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2020A

Black with #A2020A

Text Example


Text Example

White with #A2020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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