#AC163B

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

Shades of Cardinal #AC163B

Tints of Cardinal #AC163B

Color information

#AC163B (or 0xAC163B) is unknown color: approx Cardinal. HEX triplet: AC, 16 and 3B. RGB value is (172,22,59). Sum of RGB (Red+Green+Blue) = 172+22+59=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC163B is #53E9C4. Grayscale: #474747. Windows color (decimal): -5499333 or 3872428. OLE color: 3872428.

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

Color convert

RGB1722259-
CMYK00.870.660.33
HSL345.2º77.32%38.04%-
HSV(B)345.2º87.21%67.45%-
XYZ18.099.665.05-
YUV71.07121.2199.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.98%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=67.98%
G=8.70%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172225900.870.660.33345.277.3238.04
HexAC163B05742211594d26
Octal254267301271024153111546
Binary10101100101101110110101011110000101000011010110011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC163B; }

 p { color: rgb(172,22,59); }

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

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

 a { background-color: rgb(172,22,59); }

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

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

 span { border-color: rgb(172,22,59); }

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