Html Css Color HEX #A9080D Sangria

📋 copy color: '#A9080D'

red 169 ◦ green 8 ◦ blue 13

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

Shades of Sangria #A9080D

Tints of Sangria #A9080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 88.95%
G = 4.21%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9080D (or 0xA9080D) is known color: Sangria. HEX triplet: A9, 08 and 0D. RGB value is (169,8,13). Sum of RGB (Red+Green+Blue) = 169+8+13=190 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.95% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 169 - color contains mainly: red. Hex color #A9080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9080D is #56F7F2. Grayscale: #383838. Windows color (decimal): -5699571 or 854185. OLE color: 854185.

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

Color convert

RGB 169 8 13 -
CMYK 0 0.95 0.92 0.34
HSL 358.14º 0.91% 0.35% -
HSV(B) 358.14º 0.95% 0.66% -
XYZ 16.52 8.64 1.18 -
YUV 56.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 169 8 13 0 0.95 0.92 0.34 358.14 0.91 0.35
Hex A9 8 D 0 5F 5C 22 166 5B 23
Octal 251 10 15 0 137 134 42 546 133 43
Binary 10101001 1000 1101 0 1011111 1011100 100010 101100110 1011011 100011

Color Harmonies of #A9080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9080D

Black with #A9080D

Text Example


Text Example

White with #A9080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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