Html Css Color HEX #AB080C Sangria

📋 copy color: '#AB080C'

red 171 ◦ green 8 ◦ blue 12

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

Shades of Sangria #AB080C

Tints of Sangria #AB080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 89.53%
G = 4.19%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB080C (or 0xAB080C) is known color: Sangria. HEX triplet: AB, 08 and 0C. RGB value is (171,8,12). Sum of RGB (Red+Green+Blue) = 171+8+12=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB080C is #54F7F3. Grayscale: #393939. Windows color (decimal): -5568500 or 788651. OLE color: 788651.

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

Color convert

RGB 171 8 12 -
CMYK 0 0.95 0.93 0.33
HSL 358.53º 0.91% 0.35% -
HSV(B) 358.53º 0.95% 0.67% -
XYZ 16.95 8.86 1.16 -
YUV 57.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 171 8 12 0 0.95 0.93 0.33 358.53 0.91 0.35
Hex AB 8 C 0 5F 5D 21 167 5B 23
Octal 253 10 14 0 137 135 41 547 133 43
Binary 10101011 1000 1100 0 1011111 1011101 100001 101100111 1011011 100011

Color Harmonies of #AB080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB080C

Black with #AB080C

Text Example


Text Example

White with #AB080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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