#AB162C

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

Shades of Cardinal #AB162C

Tints of Cardinal #AB162C

Color information

#AB162C (or 0xAB162C) is unknown color: approx Cardinal. HEX triplet: AB, 16 and 2C. RGB value is (171,22,44). Sum of RGB (Red+Green+Blue) = 171+22+44=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB162C is #54E9D3. Grayscale: #454545. Windows color (decimal): -5564884 or 2889387. OLE color: 2889387.

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

Color convert

RGB1712244-
CMYK00.870.740.33
HSL351.14º77.2%37.84%-
HSV(B)351.14º87.13%67.06%-
XYZ17.549.413.28-
YUV69.06113.86200.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 72.15%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=72.15%
G=9.28%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171224400.870.740.33351.1477.237.84
HexAB162C0574A2115f4d26
Octal253265401271124153711546
Binary10101011101101011000101011110010101000011010111111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB162C; }

 p { color: rgb(171,22,44); }

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

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

 a { background-color: rgb(171,22,44); }

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

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

 span { border-color: rgb(171,22,44); }

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