Html Css Color HEX #A2090B Sangria

📋 copy color: '#A2090B'

red 162 ◦ green 9 ◦ blue 11

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

Shades of Sangria #A2090B

Tints of Sangria #A2090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

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

R = 89.01%
G = 4.95%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2090B (or 0xA2090B) is known color: Sangria. HEX triplet: A2, 09 and 0B. RGB value is (162,9,11). Sum of RGB (Red+Green+Blue) = 162+9+11=182 (24% of max value = 765). Red value is 162 (63.67% from 255 or 89.01% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 162 - color contains mainly: red. Hex color #A2090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2090B is #5DF6F4. Grayscale: #373737. Windows color (decimal): -6158069 or 723362. OLE color: 723362.

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

Color convert

RGB 162 9 11 -
CMYK 0 0.94 0.93 0.36
HSL 359.22º 0.89% 0.34% -
HSV(B) 359.22º 0.94% 0.64% -
XYZ 15.06 7.9 1.05 -
YUV 54.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 162 9 11 0 0.94 0.93 0.36 359.22 0.89 0.34
Hex A2 9 B 0 5E 5D 24 167 59 22
Octal 242 11 13 0 136 135 44 547 131 42
Binary 10100010 1001 1011 0 1011110 1011101 100100 101100111 1011001 100010

Color Harmonies of #A2090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2090B

Black with #A2090B

Text Example


Text Example

White with #A2090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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