Html Css Color HEX #A2020C Sangria

📋 copy color: '#A2020C'

red 162 ◦ green 2 ◦ blue 12

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

Shades of Sangria #A2020C

Tints of Sangria #A2020C

RGB

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

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

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

R = 92.05%
G = 1.14%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2020C (or 0xA2020C) is known color: Sangria. HEX triplet: A2, 02 and 0C. RGB value is (162,2,12). Sum of RGB (Red+Green+Blue) = 162+2+12=176 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.05% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 162 - color contains mainly: red. Hex color #A2020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2020C is #5DFDF3. Grayscale: #333333. Windows color (decimal): -6159860 or 787106. OLE color: 787106.

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

Color convert

RGB 162 2 12 -
CMYK 0 0.99 0.93 0.36
HSL 356.25º 0.98% 0.32% -
HSV(B) 356.25º 0.99% 0.64% -
XYZ 14.99 7.75 1.05 -
YUV 50.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 162 2 12 0 0.99 0.93 0.36 356.25 0.98 0.32
Hex A2 2 C 0 63 5D 24 164 62 20
Octal 242 2 14 0 143 135 44 544 142 40
Binary 10100010 10 1100 0 1100011 1011101 100100 101100100 1100010 100000

Color Harmonies of #A2020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2020C

Black with #A2020C

Text Example


Text Example

White with #A2020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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