Html Css Color HEX #A9080B Sangria

📋 copy color: '#A9080B'

red 169 ◦ green 8 ◦ blue 11

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

Shades of Sangria #A9080B

Tints of Sangria #A9080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 89.89%
G = 4.26%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9080B (or 0xA9080B) is known color: Sangria. HEX triplet: A9, 08 and 0B. RGB value is (169,8,11). Sum of RGB (Red+Green+Blue) = 169+8+11=188 (24% of max value = 765). Red value is 169 (66.41% from 255 or 89.89% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 169 - color contains mainly: red. Hex color #A9080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9080B is #56F7F4. Grayscale: #383838. Windows color (decimal): -5699573 or 723113. OLE color: 723113.

HSL color Cylindrical-coordinate representation of color #A9080B: hue angle of 358.88º 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 #A9080B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 8 11 -
CMYK 0 0.95 0.93 0.34
HSL 358.88º 0.91% 0.35% -
HSV(B) 358.88º 0.95% 0.66% -
XYZ 16.51 8.63 1.11 -
YUV 56.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 169 8 11 0 0.95 0.93 0.34 358.88 0.91 0.35
Hex A9 8 B 0 5F 5D 22 167 5B 23
Octal 251 10 13 0 137 135 42 547 133 43
Binary 10101001 1000 1011 0 1011111 1011101 100010 101100111 1011011 100011

Color Harmonies of #A9080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9080B

Black with #A9080B

Text Example


Text Example

White with #A9080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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