#AB030C

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

Shades of Sangria #AB030C

Tints of Sangria #AB030C

Color information

#AB030C (or 0xAB030C) is unknown color: approx Sangria. HEX triplet: AB, 03 and 0C. RGB value is (171,3,12). Sum of RGB (Red+Green+Blue) = 171+3+12=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB030C is #54FCF3. Grayscale: #363636. Windows color (decimal): -5569780 or 787371. OLE color: 787371.

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

Color convert

RGB171312-
CMYK00.980.930.33
HSL356.79º96.55%34.12%-
HSV(B)356.79º98.25%67.06%-
XYZ16.898.751.15-
YUV54.26104.16211.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 91.94%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 12 (5.08% from 255) = 6.45%
R=91.94%
G=1.61%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17131200.980.930.33356.7996.5534.12
HexAB3C0625D211656122
Octal25331401421354154514142
Binary101010111111000110001010111011000011011001011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB030C; }

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

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

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

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

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

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

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

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