Html Css Color HEX #A2010C Sangria

📋 copy color: '#A2010C'

red 162 ◦ green 1 ◦ blue 12

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

Shades of Sangria #A2010C

Tints of Sangria #A2010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 92.57%
G = 0.57%
B = 6.86%

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

#A2010C (or 0xA2010C) is known color: Sangria. HEX triplet: A2, 01 and 0C. RGB value is (162,1,12). Sum of RGB (Red+Green+Blue) = 162+1+12=175 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 162 - color contains mainly: red. Hex color #A2010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2010C is #5DFEF3. Grayscale: #323232. Windows color (decimal): -6160116 or 786850. OLE color: 786850.

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

Color convert

RGB 162 1 12 -
CMYK 0 0.99 0.93 0.36
HSL 355.9º 0.99% 0.32% -
HSV(B) 355.9º 0.99% 0.64% -
XYZ 14.98 7.73 1.05 -
YUV 50.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 162 1 12 0 0.99 0.93 0.36 355.9 0.99 0.32
Hex A2 1 C 0 63 5D 24 164 63 20
Octal 242 1 14 0 143 135 44 544 143 40
Binary 10100010 1 1100 0 1100011 1011101 100100 101100100 1100011 100000

Color Harmonies of #A2010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2010C

Black with #A2010C

Text Example


Text Example

White with #A2010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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