Html Css Color HEX #A2010E Sangria

📋 copy color: '#A2010E'

red 162 ◦ green 1 ◦ blue 14

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

Shades of Sangria #A2010E

Tints of Sangria #A2010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.91%

R = 91.53%
G = 0.56%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2010E (or 0xA2010E) is known color: Sangria. HEX triplet: A2, 01 and 0E. RGB value is (162,1,14). Sum of RGB (Red+Green+Blue) = 162+1+14=177 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.53% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 162 - color contains mainly: red. Hex color #A2010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2010E is #5DFEF1. Grayscale: #323232. Windows color (decimal): -6160114 or 917922. OLE color: 917922.

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

Color convert

RGB 162 1 14 -
CMYK 0 0.99 0.91 0.36
HSL 355.16º 0.99% 0.32% -
HSV(B) 355.16º 0.99% 0.64% -
XYZ 14.99 7.73 1.12 -
YUV 50.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 162 1 14 0 0.99 0.91 0.36 355.16 0.99 0.32
Hex A2 1 E 0 63 5B 24 163 63 20
Octal 242 1 16 0 143 133 44 543 143 40
Binary 10100010 1 1110 0 1100011 1011011 100100 101100011 1100011 100000

Color Harmonies of #A2010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2010E

Black with #A2010E

Text Example


Text Example

White with #A2010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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