#AC1741

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

Shades of Cardinal #AC1741

Tints of Cardinal #AC1741

Color information

#AC1741 (or 0xAC1741) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 41. RGB value is (172,23,65). Sum of RGB (Red+Green+Blue) = 172+23+65=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1741 is #53E8BE. Grayscale: #484848. Windows color (decimal): -5499071 or 4265900. OLE color: 4265900.

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

Color convert

RGB1722365-
CMYK00.870.620.33
HSL343.09º76.41%38.24%-
HSV(B)343.09º86.63%67.45%-
XYZ18.279.775.92-
YUV72.34123.86199.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.15%
GREEN value IS 23 (9.38% from 255) = 8.85%
BLUE value IS 65 (25.78% from 255) = 25%
R=66.15%
G=8.85%
B=25%

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
Decimal172236500.870.620.33343.0976.4138.24
HexAC17410573E211574c26
Octal254271010127764152711446
Binary10101100101111000001010101111111101000011010101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1741; }

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

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

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

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

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

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

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

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