Html Css Color HEX #AB010B Sangria

📋 copy color: '#AB010B'

red 171 ◦ green 1 ◦ blue 11

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

Shades of Sangria #AB010B

Tints of Sangria #AB010B

RGB

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

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

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

R = 93.44%
G = 0.55%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB010B (or 0xAB010B) is known color: Sangria. HEX triplet: AB, 01 and 0B. RGB value is (171,1,11). Sum of RGB (Red+Green+Blue) = 171+1+11=183 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.44% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 171 - color contains mainly: red. Hex color #AB010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB010B is #54FEF4. Grayscale: #353535. Windows color (decimal): -5570293 or 721323. OLE color: 721323.

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

Color convert

RGB 171 1 11 -
CMYK 0 0.99 0.94 0.33
HSL 356.47º 0.99% 0.34% -
HSV(B) 356.47º 0.99% 0.67% -
XYZ 16.87 8.7 1.11 -
YUV 52.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 171 1 11 0 0.99 0.94 0.33 356.47 0.99 0.34
Hex AB 1 B 0 63 5E 21 164 63 22
Octal 253 1 13 0 143 136 41 544 143 42
Binary 10101011 1 1011 0 1100011 1011110 100001 101100100 1100011 100010

Color Harmonies of #AB010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB010B

Black with #AB010B

Text Example


Text Example

White with #AB010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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