Html Css Color HEX #AB050A Sangria

📋 copy color: '#AB050A'

red 171 ◦ green 5 ◦ blue 10

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

Shades of Sangria #AB050A

Tints of Sangria #AB050A

RGB

 RED value IS 171 (67.19% from 255) = 91.94%

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 10 (4.3% from 255) = 5.38%

R = 91.94%
G = 2.69%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB050A (or 0xAB050A) is known color: Sangria. HEX triplet: AB, 05 and 0A. RGB value is (171,5,10). Sum of RGB (Red+Green+Blue) = 171+5+10=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB050A is #54FAF5. Grayscale: #373737. Windows color (decimal): -5569270 or 656811. OLE color: 656811.

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

Color convert

RGB 171 5 10 -
CMYK 0 0.97 0.94 0.33
HSL 358.19º 0.94% 0.35% -
HSV(B) 358.19º 0.97% 0.67% -
XYZ 16.9 8.79 1.09 -
YUV 55.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 171 5 10 0 0.97 0.94 0.33 358.19 0.94 0.35
Hex AB 5 A 0 61 5E 21 166 5E 23
Octal 253 5 12 0 141 136 41 546 136 43
Binary 10101011 101 1010 0 1100001 1011110 100001 101100110 1011110 100011

Color Harmonies of #AB050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB050A

Black with #AB050A

Text Example


Text Example

White with #AB050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB050A; }

 p { color: rgb(171,5,10); }

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

background-color css

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

 a { background-color: rgb(171,5,10); }

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

border-color css

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

 span { border-color: rgb(171,5,10); }

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