#AC1742

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

Shades of Cardinal #AC1742

Tints of Cardinal #AC1742

Color information

#AC1742 (or 0xAC1742) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 42. RGB value is (172,23,66). Sum of RGB (Red+Green+Blue) = 172+23+66=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1742 is #53E8BD. Grayscale: #484848. Windows color (decimal): -5499070 or 4331436. OLE color: 4331436.

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

Color convert

RGB1722366-
CMYK00.870.620.33
HSL342.68º76.41%38.24%-
HSV(B)342.68º86.63%67.45%-
XYZ18.39.786.08-
YUV72.45124.36199-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.90%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=65.90%
G=8.81%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172236600.870.620.33342.6876.4138.24
HexAC17420573E211574c26
Octal254271020127764152711446
Binary10101100101111000010010101111111101000011010101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1742; }

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

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

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

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

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

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

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

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