Html Css Color HEX #AB080E Sangria

📋 copy color: '#AB080E'

red 171 ◦ green 8 ◦ blue 14

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

Shades of Sangria #AB080E

Tints of Sangria #AB080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 88.6%
G = 4.15%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB080E (or 0xAB080E) is known color: Sangria. HEX triplet: AB, 08 and 0E. RGB value is (171,8,14). Sum of RGB (Red+Green+Blue) = 171+8+14=193 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.60% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 171 - color contains mainly: red. Hex color #AB080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB080E is #54F7F1. Grayscale: #393939. Windows color (decimal): -5568498 or 919723. OLE color: 919723.

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

Color convert

RGB 171 8 14 -
CMYK 0 0.95 0.92 0.33
HSL 357.79º 0.91% 0.35% -
HSV(B) 357.79º 0.95% 0.67% -
XYZ 16.96 8.86 1.23 -
YUV 57.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 171 8 14 0 0.95 0.92 0.33 357.79 0.91 0.35
Hex AB 8 E 0 5F 5C 21 166 5B 23
Octal 253 10 16 0 137 134 41 546 133 43
Binary 10101011 1000 1110 0 1011111 1011100 100001 101100110 1011011 100011

Color Harmonies of #AB080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB080E

Black with #AB080E

Text Example


Text Example

White with #AB080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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