#AA1843

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

Shades of Cardinal #AA1843

Tints of Cardinal #AA1843

Color information

#AA1843 (or 0xAA1843) is unknown color: approx Cardinal. HEX triplet: AA, 18 and 43. RGB value is (170,24,67). Sum of RGB (Red+Green+Blue) = 170+24+67=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1843 is #55E7BC. Grayscale: #484848. Windows color (decimal): -5629885 or 4397226. OLE color: 4397226.

HSL color Cylindrical-coordinate representation of color #AA1843: hue angle of 342.33º degrees, saturation: 0.75, 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 #AA1843 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1702467-
CMYK00.860.610.33
HSL342.33º75.26%38.04%-
HSV(B)342.33º85.88%66.67%-
XYZ17.929.66.22-
YUV72.56124.87197.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 67 (26.56% from 255) = 25.67%
R=65.13%
G=9.20%
B=25.67%

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
Decimal170246700.860.610.33342.3375.2638.04
HexAA18430563D211564b26
Octal252301030126754152611346
Binary10101010110001000011010101101111011000011010101101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1843; }

 p { color: rgb(170,24,67); }

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

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

 a { background-color: rgb(170,24,67); }

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

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

 span { border-color: rgb(170,24,67); }

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