Html Css Color HEX #A9020D Sangria

📋 copy color: '#A9020D'

red 169 ◦ green 2 ◦ blue 13

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

Shades of Sangria #A9020D

Tints of Sangria #A9020D

RGB

 RED value IS 169 (66.41% from 255) = 91.85%

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

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

R = 91.85%
G = 1.09%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9020D (or 0xA9020D) is known color: Sangria. HEX triplet: A9, 02 and 0D. RGB value is (169,2,13). Sum of RGB (Red+Green+Blue) = 169+2+13=184 (24% of max value = 765). Red value is 169 (66.41% from 255 or 91.85% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 169 - color contains mainly: red. Hex color #A9020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9020D is #56FDF2. Grayscale: #353535. Windows color (decimal): -5701107 or 852649. OLE color: 852649.

HSL color Cylindrical-coordinate representation of color #A9020D: hue angle of 356.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 2 13 -
CMYK 0 0.99 0.92 0.34
HSL 356.05º 0.98% 0.34% -
HSV(B) 356.05º 0.99% 0.66% -
XYZ 16.46 8.51 1.16 -
YUV 53.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 169 2 13 0 0.99 0.92 0.34 356.05 0.98 0.34
Hex A9 2 D 0 63 5C 22 164 62 22
Octal 251 2 15 0 143 134 42 544 142 42
Binary 10101001 10 1101 0 1100011 1011100 100010 101100100 1100010 100010

Color Harmonies of #A9020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9020D

Black with #A9020D

Text Example


Text Example

White with #A9020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9020D; }

 p { color: rgb(169,2,13); }

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

background-color css

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

 a { background-color: rgb(169,2,13); }

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

border-color css

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

 span { border-color: rgb(169,2,13); }

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