Html Css Color HEX #A20203 Sangria

📋 copy color: '#A20203'

red 162 ◦ green 2 ◦ blue 3

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

Shades of Sangria #A20203

Tints of Sangria #A20203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 97.01%
G = 1.2%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A20203 (or 0xA20203) is known color: Sangria. HEX triplet: A2, 02 and 03. RGB value is (162,2,3). Sum of RGB (Red+Green+Blue) = 162+2+3=167 (22% of max value = 765). Red value is 162 (63.67% from 255 or 97.01% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 162 - color contains mainly: red. Hex color #A20203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20203 is #5DFDFC. Grayscale: #323232. Windows color (decimal): -6159869 or 197282. OLE color: 197282.

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

Color convert

RGB 162 2 3 -
CMYK 0 0.99 0.98 0.36
HSL 359.63º 0.98% 0.32% -
HSV(B) 359.63º 0.99% 0.64% -
XYZ 14.94 7.73 0.79 -
YUV 49.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 162 2 3 0 0.99 0.98 0.36 359.63 0.98 0.32
Hex A2 2 3 0 63 62 24 168 62 20
Octal 242 2 3 0 143 142 44 550 142 40
Binary 10100010 10 11 0 1100011 1100010 100100 101101000 1100010 100000

Color Harmonies of #A20203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20203

Black with #A20203

Text Example


Text Example

White with #A20203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20203; }

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

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

background-color css

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

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

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

border-color css

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

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

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