Html Css Color HEX #A5080B Sangria

📋 copy color: '#A5080B'

red 165 ◦ green 8 ◦ blue 11

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

Shades of Sangria #A5080B

Tints of Sangria #A5080B

RGB

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

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

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

R = 89.67%
G = 4.35%
B = 5.98%

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

#A5080B (or 0xA5080B) is known color: Sangria. HEX triplet: A5, 08 and 0B. RGB value is (165,8,11). Sum of RGB (Red+Green+Blue) = 165+8+11=184 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.67% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 165 - color contains mainly: red. Hex color #A5080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5080B is #5AF7F4. Grayscale: #373737. Windows color (decimal): -5961717 or 723109. OLE color: 723109.

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

Color convert

RGB 165 8 11 -
CMYK 0 0.95 0.93 0.35
HSL 358.85º 0.91% 0.34% -
HSV(B) 358.85º 0.95% 0.65% -
XYZ 15.66 8.2 1.07 -
YUV 55.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 165 8 11 0 0.95 0.93 0.35 358.85 0.91 0.34
Hex A5 8 B 0 5F 5D 23 167 5B 22
Octal 245 10 13 0 137 135 43 547 133 42
Binary 10100101 1000 1011 0 1011111 1011101 100011 101100111 1011011 100010

Color Harmonies of #A5080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5080B

Black with #A5080B

Text Example


Text Example

White with #A5080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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