Html Css Color HEX #A0020D Sangria

📋 copy color: '#A0020D'

red 160 ◦ green 2 ◦ blue 13

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

Shades of Sangria #A0020D

Tints of Sangria #A0020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 91.43%
G = 1.14%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0020D (or 0xA0020D) is known color: Sangria. HEX triplet: A0, 02 and 0D. RGB value is (160,2,13). Sum of RGB (Red+Green+Blue) = 160+2+13=175 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 160 - color contains mainly: red. Hex color #A0020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0020D is #5FFDF2. Grayscale: #323232. Windows color (decimal): -6290931 or 852640. OLE color: 852640.

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

Color convert

RGB 160 2 13 -
CMYK 0 0.99 0.92 0.37
HSL 355.82º 0.98% 0.32% -
HSV(B) 355.82º 0.99% 0.63% -
XYZ 14.59 7.55 1.07 -
YUV 50.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 160 2 13 0 0.99 0.92 0.37 355.82 0.98 0.32
Hex A0 2 D 0 63 5C 25 164 62 20
Octal 240 2 15 0 143 134 45 544 142 40
Binary 10100000 10 1101 0 1100011 1011100 100101 101100100 1100010 100000

Color Harmonies of #A0020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0020D

Black with #A0020D

Text Example


Text Example

White with #A0020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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