#AB1747

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

Shades of Cardinal #AB1747

Tints of Cardinal #AB1747

Color information

#AB1747 (or 0xAB1747) is unknown color: approx Cardinal. HEX triplet: AB, 17 and 47. RGB value is (171,23,71). Sum of RGB (Red+Green+Blue) = 171+23+71=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1747 is #54E8B8. Grayscale: #484848. Windows color (decimal): -5564601 or 4659115. OLE color: 4659115.

HSL color Cylindrical-coordinate representation of color #AB1747: hue angle of 340.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1747 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1712371-
CMYK00.870.580.33
HSL340.54º76.29%38.04%-
HSV(B)340.54º86.55%67.06%-
XYZ18.249.736.88-
YUV72.72127.03198.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.53%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=64.53%
G=8.68%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171237100.870.580.33340.5476.2938.04
HexAB17470573A211554c26
Octal253271070127724152511446
Binary10101011101111000111010101111110101000011010101011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1747; }

 p { color: rgb(171,23,71); }

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

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

 a { background-color: rgb(171,23,71); }

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

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

 span { border-color: rgb(171,23,71); }

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