Html Css Color HEX #AB080D Sangria

📋 copy color: '#AB080D'

red 171 ◦ green 8 ◦ blue 13

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

Shades of Sangria #AB080D

Tints of Sangria #AB080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 89.06%
G = 4.17%
B = 6.77%

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

#AB080D (or 0xAB080D) is known color: Sangria. HEX triplet: AB, 08 and 0D. RGB value is (171,8,13). Sum of RGB (Red+Green+Blue) = 171+8+13=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB080D is #54F7F2. Grayscale: #393939. Windows color (decimal): -5568499 or 854187. OLE color: 854187.

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

Color convert

RGB 171 8 13 -
CMYK 0 0.95 0.92 0.33
HSL 358.16º 0.91% 0.35% -
HSV(B) 358.16º 0.95% 0.67% -
XYZ 16.95 8.86 1.2 -
YUV 57.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 171 8 13 0 0.95 0.92 0.33 358.16 0.91 0.35
Hex AB 8 D 0 5F 5C 21 166 5B 23
Octal 253 10 15 0 137 134 41 546 133 43
Binary 10101011 1000 1101 0 1011111 1011100 100001 101100110 1011011 100011

Color Harmonies of #AB080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB080D

Black with #AB080D

Text Example


Text Example

White with #AB080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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