#AB173C

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

Shades of Cardinal #AB173C

Tints of Cardinal #AB173C

Color information

#AB173C (or 0xAB173C) is unknown color: approx Cardinal. HEX triplet: AB, 17 and 3C. RGB value is (171,23,60). Sum of RGB (Red+Green+Blue) = 171+23+60=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB173C is #54E8C3. Grayscale: #474747. Windows color (decimal): -5564612 or 3938219. OLE color: 3938219.

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

Color convert

RGB1712360-
CMYK00.870.650.33
HSL345º76.29%38.04%-
HSV(B)345º86.55%67.06%-
XYZ17.929.65.18-
YUV71.47121.53198.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.32%
GREEN value IS 23 (9.38% from 255) = 9.06%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=67.32%
G=9.06%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171236000.870.650.3334576.2938.04
HexAB173C05741211594c26
Octal253277401271014153111446
Binary10101011101111111000101011110000011000011010110011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB173C; }

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

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

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

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

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

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

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

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