#aa1742

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

Shades of Cardinal #AA1742

Tints of Cardinal #AA1742

Color information

#AA1742 (or 0xAA1742) is unknown color: approx Cardinal. HEX triplet: AA, 17 and 42. RGB value is (170,23,66). Sum of RGB (Red+Green+Blue) = 170+23+66=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1742 is #55E8BD. Grayscale: #474747. Windows color (decimal): -5630142 or 4331434. OLE color: 4331434.

HSL color Cylindrical-coordinate representation of color #AA1742: hue angle of 342.45º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1742 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1702366-
CMYK00.860.610.33
HSL342.45º76.17%37.84%-
HSV(B)342.45º86.47%66.67%-
XYZ17.879.556.06-
YUV71.86124.7198-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.64%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=65.64%
G=8.88%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170236600.860.610.33342.4576.1737.84
HexAA17420563D211564c26
Octal252271020126754152611446
Binary10101010101111000010010101101111011000011010101101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1742; }

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

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

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

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

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

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

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

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