#AB0008

Color #AB0008 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #AB0008

Tints of Sangria #AB0008

Color information

#AB0008 (or 0xAB0008) is unknown color: approx Sangria. HEX triplet: AB, 00 and 08. RGB value is (171,0,8). Sum of RGB (Red+Green+Blue) = 171+0+8=179 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95.53% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0008 is #54FFF7. Grayscale: #343434. Windows color (decimal): -5570552 or 524459. OLE color: 524459.

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

Color convert

RGB17108-
CMYK010.950.33
HSL357.19º100%33.53%-
HSV(B)357.19º100%67.06%-
XYZ16.848.681.02-
YUV52.04103.15212.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 95.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=95.53%
G=0%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17108010.950.33357.1910033.53
HexAB080645F211656422
Octal25301001441374154514442
Binary10101011010000110010010111111000011011001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0008; }

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

 H1.HeaderClassName
 {
   color: #AB0008;
 }
 .AnyTagClassName
 {
   color: #AB0008;
 }
</style>
background-color css

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

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

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

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

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

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