#AB030D

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

Shades of Sangria #AB030D

Tints of Sangria #AB030D

Color information

#AB030D (or 0xAB030D) is unknown color: approx Sangria. HEX triplet: AB, 03 and 0D. RGB value is (171,3,13). Sum of RGB (Red+Green+Blue) = 171+3+13=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB030D is #54FCF2. Grayscale: #363636. Windows color (decimal): -5569779 or 852907. OLE color: 852907.

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

Color convert

RGB171313-
CMYK00.980.920.33
HSL356.43º96.55%34.12%-
HSV(B)356.43º98.25%67.06%-
XYZ16.98.751.18-
YUV54.37104.66211.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 91.44%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=91.44%
G=1.60%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17131300.980.920.33356.4396.5534.12
HexAB3D0625C211646122
Octal25331501421344154414142
Binary101010111111010110001010111001000011011001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB030D; }

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

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

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

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

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

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

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

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