Html Css Color HEX #AB080A Sangria

📋 copy color: '#AB080A'

red 171 ◦ green 8 ◦ blue 10

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

Shades of Sangria #AB080A

Tints of Sangria #AB080A

RGB

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

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

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

R = 90.48%
G = 4.23%
B = 5.29%

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

#AB080A (or 0xAB080A) is known color: Sangria. HEX triplet: AB, 08 and 0A. RGB value is (171,8,10). Sum of RGB (Red+Green+Blue) = 171+8+10=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB080A is #54F7F5. Grayscale: #393939. Windows color (decimal): -5568502 or 657579. OLE color: 657579.

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

Color convert

RGB 171 8 10 -
CMYK 0 0.95 0.94 0.33
HSL 359.26º 0.91% 0.35% -
HSV(B) 359.26º 0.95% 0.67% -
XYZ 16.94 8.85 1.1 -
YUV 56.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 171 8 10 0 0.95 0.94 0.33 359.26 0.91 0.35
Hex AB 8 A 0 5F 5E 21 167 5B 23
Octal 253 10 12 0 137 136 41 547 133 43
Binary 10101011 1000 1010 0 1011111 1011110 100001 101100111 1011011 100011

Color Harmonies of #AB080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB080A

Black with #AB080A

Text Example


Text Example

White with #AB080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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