Html Css Color HEX #A0020B Sangria

📋 copy color: '#A0020B'

red 160 ◦ green 2 ◦ blue 11

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

Shades of Sangria #A0020B

Tints of Sangria #A0020B

RGB

 RED value IS 160 (62.89% from 255) = 92.49%

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

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

R = 92.49%
G = 1.16%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0020B (or 0xA0020B) is known color: Sangria. HEX triplet: A0, 02 and 0B. RGB value is (160,2,11). Sum of RGB (Red+Green+Blue) = 160+2+11=173 (22% of max value = 765). Red value is 160 (62.89% from 255 or 92.49% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 160 - color contains mainly: red. Hex color #A0020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0020B is #5FFDF4. Grayscale: #323232. Windows color (decimal): -6290933 or 721568. OLE color: 721568.

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

Color convert

RGB 160 2 11 -
CMYK 0 0.99 0.93 0.37
HSL 356.58º 0.98% 0.32% -
HSV(B) 356.58º 0.99% 0.63% -
XYZ 14.58 7.54 1 -
YUV 50.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 160 2 11 0 0.99 0.93 0.37 356.58 0.98 0.32
Hex A0 2 B 0 63 5D 25 165 62 20
Octal 240 2 13 0 143 135 45 545 142 40
Binary 10100000 10 1011 0 1100011 1011101 100101 101100101 1100010 100000

Color Harmonies of #A0020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0020B

Black with #A0020B

Text Example


Text Example

White with #A0020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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