#AB0309

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

Shades of Sangria #AB0309

Tints of Sangria #AB0309

Color information

#AB0309 (or 0xAB0309) is unknown color: approx Sangria. HEX triplet: AB, 03 and 09. RGB value is (171,3,9). Sum of RGB (Red+Green+Blue) = 171+3+9=183 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.44% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0309 is #54FCF6. Grayscale: #363636. Windows color (decimal): -5569783 or 590763. OLE color: 590763.

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

Color convert

RGB17139-
CMYK00.980.950.33
HSL357.86º96.55%34.12%-
HSV(B)357.86º98.25%67.06%-
XYZ16.888.741.06-
YUV53.92102.66211.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 93.44%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 9 (3.91% from 255) = 4.92%
R=93.44%
G=1.64%
B=4.92%

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
Decimal1713900.980.950.33357.8696.5534.12
HexAB390625F211666122
Octal25331101421374154614142
Binary101010111110010110001010111111000011011001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0309; }

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

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

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

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

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

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

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

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