Html Css Color HEX #A20A0D Sangria

📋 copy color: '#A20A0D'

red 162 ◦ green 10 ◦ blue 13

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

Shades of Sangria #A20A0D

Tints of Sangria #A20A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.41%

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

R = 87.57%
G = 5.41%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A20A0D (or 0xA20A0D) is known color: Sangria. HEX triplet: A2, 0A and 0D. RGB value is (162,10,13). Sum of RGB (Red+Green+Blue) = 162+10+13=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20A0D is #5DF5F2. Grayscale: #373737. Windows color (decimal): -6157811 or 854690. OLE color: 854690.

HSL color Cylindrical-coordinate representation of color #A20A0D: hue angle of 358.82º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A0D is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 10 13 -
CMYK 0 0.94 0.92 0.36
HSL 358.82º 0.88% 0.34% -
HSV(B) 358.82º 0.94% 0.64% -
XYZ 15.08 7.93 1.12 -
YUV 55.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 162 10 13 0 0.94 0.92 0.36 358.82 0.88 0.34
Hex A2 A D 0 5E 5C 24 167 58 22
Octal 242 12 15 0 136 134 44 547 130 42
Binary 10100010 1010 1101 0 1011110 1011100 100100 101100111 1011000 100010

Color Harmonies of #A20A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A0D

Black with #A20A0D

Text Example


Text Example

White with #A20A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A0D; }

 p { color: rgb(162,10,13); }

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

background-color css

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

 a { background-color: rgb(162,10,13); }

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

border-color css

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

 span { border-color: rgb(162,10,13); }

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