Html Css Color HEX #A5090B Sangria

📋 copy color: '#A5090B'

red 165 ◦ green 9 ◦ blue 11

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

Shades of Sangria #A5090B

Tints of Sangria #A5090B

RGB

 RED value IS 165 (64.84% from 255) = 89.19%

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 89.19%
G = 4.86%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5090B (or 0xA5090B) is known color: Sangria. HEX triplet: A5, 09 and 0B. RGB value is (165,9,11). Sum of RGB (Red+Green+Blue) = 165+9+11=185 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.19% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 165 - color contains mainly: red. Hex color #A5090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5090B is #5AF6F4. Grayscale: #383838. Windows color (decimal): -5961461 or 723365. OLE color: 723365.

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

Color convert

RGB 165 9 11 -
CMYK 0 0.95 0.93 0.35
HSL 359.23º 0.9% 0.34% -
HSV(B) 359.23º 0.95% 0.65% -
XYZ 15.68 8.22 1.08 -
YUV 55.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 165 9 11 0 0.95 0.93 0.35 359.23 0.9 0.34
Hex A5 9 B 0 5F 5D 23 167 5A 22
Octal 245 11 13 0 137 135 43 547 132 42
Binary 10100101 1001 1011 0 1011111 1011101 100011 101100111 1011010 100010

Color Harmonies of #A5090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5090B

Black with #A5090B

Text Example


Text Example

White with #A5090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5090B; }

 p { color: rgb(165,9,11); }

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

background-color css

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

 a { background-color: rgb(165,9,11); }

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

border-color css

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

 span { border-color: rgb(165,9,11); }

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