Html Css Color HEX #A0020C Sangria

📋 copy color: '#A0020C'

red 160 ◦ green 2 ◦ blue 12

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

Shades of Sangria #A0020C

Tints of Sangria #A0020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 91.95%
G = 1.15%
B = 6.9%

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

#A0020C (or 0xA0020C) is known color: Sangria. HEX triplet: A0, 02 and 0C. RGB value is (160,2,12). Sum of RGB (Red+Green+Blue) = 160+2+12=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A0020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0020C is #5FFDF3. Grayscale: #323232. Windows color (decimal): -6290932 or 787104. OLE color: 787104.

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

Color convert

RGB 160 2 12 -
CMYK 0 0.99 0.93 0.37
HSL 356.2º 0.98% 0.32% -
HSV(B) 356.2º 0.99% 0.63% -
XYZ 14.59 7.54 1.04 -
YUV 50.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 160 2 12 0 0.99 0.93 0.37 356.2 0.98 0.32
Hex A0 2 C 0 63 5D 25 164 62 20
Octal 240 2 14 0 143 135 45 544 142 40
Binary 10100000 10 1100 0 1100011 1011101 100101 101100100 1100010 100000

Color Harmonies of #A0020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0020C

Black with #A0020C

Text Example


Text Example

White with #A0020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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