Html Css Color HEX #AA223E Cardinal

📋 copy color: '#AA223E'

red 170 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #AA223E

Tints of Cardinal #AA223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 63.91%
G = 12.78%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA223E (or 0xAA223E) is known color: Cardinal. HEX triplet: AA, 22 and 3E. RGB value is (170,34,62). Sum of RGB (Red+Green+Blue) = 170+34+62=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA223E is #55DDC1. Grayscale: #4D4D4D. Windows color (decimal): -5627330 or 4072106. OLE color: 4072106.

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

Color convert

RGB 170 34 62 -
CMYK 0 0.80 0.64 0.33
HSL 347.65º 0.67% 0.4% -
HSV(B) 347.65º 0.8% 0.67% -
XYZ 18.02 10.04 5.55 -
YUV 77.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 170 34 62 0 0.80 0.64 0.33 347.65 0.67 0.4
Hex AA 22 3E 0 50 40 21 15C 43 28
Octal 252 42 76 0 120 100 41 534 103 50
Binary 10101010 100010 111110 0 1010000 1000000 100001 101011100 1000011 101000

Color Harmonies of #AA223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA223E

Black with #AA223E

Text Example


Text Example

White with #AA223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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