#AC1736

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

Shades of Cardinal #AC1736

Tints of Cardinal #AC1736

Color information

#AC1736 (or 0xAC1736) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 36. RGB value is (172,23,54). Sum of RGB (Red+Green+Blue) = 172+23+54=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1736 is #53E8C9. Grayscale: #474747. Windows color (decimal): -5499082 or 3545004. OLE color: 3545004.

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

Color convert

RGB1722354-
CMYK00.870.690.33
HSL347.52º76.41%38.24%-
HSV(B)347.52º86.63%67.45%-
XYZ17.999.654.4-
YUV71.09118.36199.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.08%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=69.08%
G=9.24%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172235400.870.690.33347.5276.4138.24
HexAC1736057452115c4c26
Octal254276601271054153411446
Binary10101100101111101100101011110001011000011010111001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1736; }

 p { color: rgb(172,23,54); }

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

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

 a { background-color: rgb(172,23,54); }

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

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

 span { border-color: rgb(172,23,54); }

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