Html Css Color HEX #AA2239 Cardinal

📋 copy color: '#AA2239'

red 170 ◦ green 34 ◦ blue 57

#AA2239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AA2239

Tints of Cardinal #AA2239

RGB

 RED value IS 170 (66.8% from 255) = 65.13%

 GREEN value IS 34 (13.67% from 255) = 13.03%

 BLUE value IS 57 (22.66% from 255) = 21.84%

R = 65.13%
G = 13.03%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA2239 (or 0xAA2239) is known color: Cardinal. HEX triplet: AA, 22 and 39. RGB value is (170,34,57). Sum of RGB (Red+Green+Blue) = 170+34+57=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2239 is #55DDC6. Grayscale: #4D4D4D. Windows color (decimal): -5627335 or 3744426. OLE color: 3744426.

HSL color Cylindrical-coordinate representation of color #AA2239: hue angle of 349.85º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2239 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 57 -
CMYK 0 0.80 0.66 0.33
HSL 349.85º 0.67% 0.4% -
HSV(B) 349.85º 0.8% 0.67% -
XYZ 17.89 9.99 4.86 -
YUV 77.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 170 34 57 0 0.80 0.66 0.33 349.85 0.67 0.4
Hex AA 22 39 0 50 42 21 15E 43 28
Octal 252 42 71 0 120 102 41 536 103 50
Binary 10101010 100010 111001 0 1010000 1000010 100001 101011110 1000011 101000

Color Harmonies of #AA2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2239

Black with #AA2239

Text Example


Text Example

White with #AA2239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2239; }

 p { color: rgb(170,34,57); }

 H1.HeaderClassName
 {
   color: #AA2239;
 }
 .AnyTagClassName
 {
   color: #AA2239;
 }
</style>

background-color css

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

 a { background-color: rgb(170,34,57); }

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

border-color css

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

 span { border-color: rgb(170,34,57); }

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