#AA1836

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

Shades of Cardinal #AA1836

Tints of Cardinal #AA1836

Color information

#AA1836 (or 0xAA1836) is unknown color: approx Cardinal. HEX triplet: AA, 18 and 36. RGB value is (170,24,54). Sum of RGB (Red+Green+Blue) = 170+24+54=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1836 is #55E7C9. Grayscale: #474747. Windows color (decimal): -5629898 or 3545258. OLE color: 3545258.

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

Color convert

RGB1702454-
CMYK00.860.680.33
HSL347.67º75.26%38.04%-
HSV(B)347.67º85.88%66.67%-
XYZ17.579.474.39-
YUV71.07118.37198.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=68.55%
G=9.68%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170245400.860.680.33347.6775.2638.04
HexAA1836056442115c4b26
Octal252306601261044153411346
Binary10101010110001101100101011010001001000011010111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1836; }

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

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

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

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

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

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

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

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