#AB0409

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

Shades of Sangria #AB0409

Tints of Sangria #AB0409

Color information

#AB0409 (or 0xAB0409) is unknown color: approx Sangria. HEX triplet: AB, 04 and 09. RGB value is (171,4,9). Sum of RGB (Red+Green+Blue) = 171+4+9=184 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.93% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0409 is #54FBF6. Grayscale: #363636. Windows color (decimal): -5569527 or 591019. OLE color: 591019.

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

Color convert

RGB17149-
CMYK00.980.950.33
HSL358.2º95.43%34.31%-
HSV(B)358.2º97.66%67.06%-
XYZ16.898.761.06-
YUV54.5102.33211.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 92.93%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 9 (3.91% from 255) = 4.89%
R=92.93%
G=2.17%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714900.980.950.33358.295.4334.31
HexAB490625F211665f22
Octal25341101421374154613742
Binary1010101110010010110001010111111000011011001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0409; }

 p { color: rgb(171,4,9); }

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

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

 a { background-color: rgb(171,4,9); }

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

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

 span { border-color: rgb(171,4,9); }

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