#AA1835

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

Shades of Cardinal #AA1835

Tints of Cardinal #AA1835

Color information

#AA1835 (or 0xAA1835) is unknown color: approx Cardinal. HEX triplet: AA, 18 and 35. RGB value is (170,24,53). Sum of RGB (Red+Green+Blue) = 170+24+53=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1835 is #55E7CA. Grayscale: #464646. Windows color (decimal): -5629899 or 3479722. OLE color: 3479722.

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

Color convert

RGB1702453-
CMYK00.860.690.33
HSL348.08º75.26%38.04%-
HSV(B)348.08º85.88%66.67%-
XYZ17.559.464.27-
YUV70.96117.87198.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 53 (21.09% from 255) = 21.46%
R=68.83%
G=9.72%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170245300.860.690.33348.0875.2638.04
HexAA1835056452115c4b26
Octal252306501261054153411346
Binary10101010110001101010101011010001011000011010111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1835; }

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

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

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

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

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

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

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

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