Html Css Color HEX #A5010B Sangria

📋 copy color: '#A5010B'

red 165 ◦ green 1 ◦ blue 11

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

Shades of Sangria #A5010B

Tints of Sangria #A5010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 93.22%
G = 0.56%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5010B (or 0xA5010B) is known color: Sangria. HEX triplet: A5, 01 and 0B. RGB value is (165,1,11). Sum of RGB (Red+Green+Blue) = 165+1+11=177 (23% of max value = 765). Red value is 165 (64.84% from 255 or 93.22% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 165 - color contains mainly: red. Hex color #A5010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5010B is #5AFEF4. Grayscale: #333333. Windows color (decimal): -5963509 or 721317. OLE color: 721317.

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

Color convert

RGB 165 1 11 -
CMYK 0 0.99 0.93 0.35
HSL 356.34º 0.99% 0.33% -
HSV(B) 356.34º 0.99% 0.65% -
XYZ 15.59 8.05 1.05 -
YUV 51.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 165 1 11 0 0.99 0.93 0.35 356.34 0.99 0.33
Hex A5 1 B 0 63 5D 23 164 63 21
Octal 245 1 13 0 143 135 43 544 143 41
Binary 10100101 1 1011 0 1100011 1011101 100011 101100100 1100011 100001

Color Harmonies of #A5010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5010B

Black with #A5010B

Text Example


Text Example

White with #A5010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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