Html Css Color HEX #AB090B Sangria

📋 copy color: '#AB090B'

red 171 ◦ green 9 ◦ blue 11

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

Shades of Sangria #AB090B

Tints of Sangria #AB090B

RGB

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

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

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

R = 89.53%
G = 4.71%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB090B (or 0xAB090B) is known color: Sangria. HEX triplet: AB, 09 and 0B. RGB value is (171,9,11). Sum of RGB (Red+Green+Blue) = 171+9+11=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB090B is #54F6F4. Grayscale: #393939. Windows color (decimal): -5568245 or 723371. OLE color: 723371.

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

Color convert

RGB 171 9 11 -
CMYK 0 0.95 0.94 0.33
HSL 359.26º 0.9% 0.35% -
HSV(B) 359.26º 0.95% 0.67% -
XYZ 16.95 8.88 1.14 -
YUV 57.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 171 9 11 0 0.95 0.94 0.33 359.26 0.9 0.35
Hex AB 9 B 0 5F 5E 21 167 5A 23
Octal 253 11 13 0 137 136 41 547 132 43
Binary 10101011 1001 1011 0 1011111 1011110 100001 101100111 1011010 100011

Color Harmonies of #AB090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB090B

Black with #AB090B

Text Example


Text Example

White with #AB090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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