Html Css Color HEX #AA223B Cardinal

📋 copy color: '#AA223B'

red 170 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #AA223B

Tints of Cardinal #AA223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 64.64%
G = 12.93%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA223B (or 0xAA223B) is known color: Cardinal. HEX triplet: AA, 22 and 3B. RGB value is (170,34,59). Sum of RGB (Red+Green+Blue) = 170+34+59=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA223B is #55DDC4. Grayscale: #4D4D4D. Windows color (decimal): -5627333 or 3875498. OLE color: 3875498.

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

Color convert

RGB 170 34 59 -
CMYK 0 0.80 0.65 0.33
HSL 348.97º 0.67% 0.4% -
HSV(B) 348.97º 0.8% 0.67% -
XYZ 17.94 10.01 5.12 -
YUV 77.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 170 34 59 0 0.80 0.65 0.33 348.97 0.67 0.4
Hex AA 22 3B 0 50 41 21 15D 43 28
Octal 252 42 73 0 120 101 41 535 103 50
Binary 10101010 100010 111011 0 1010000 1000001 100001 101011101 1000011 101000

Color Harmonies of #AA223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA223B

Black with #AA223B

Text Example


Text Example

White with #AA223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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