Html Css Color HEX #AA163F Cardinal

📋 copy color: '#AA163F'

red 170 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #AA163F

Tints of Cardinal #AA163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

 BLUE value IS 63 (25% from 255) = 24.71%

R = 66.67%
G = 8.63%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA163F (or 0xAA163F) is known color: Cardinal. HEX triplet: AA, 16 and 3F. RGB value is (170,22,63). Sum of RGB (Red+Green+Blue) = 170+22+63=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA163F is #55E9C0. Grayscale: #464646. Windows color (decimal): -5630401 or 4134570. OLE color: 4134570.

HSL color Cylindrical-coordinate representation of color #AA163F: hue angle of 343.38º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA163F is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 22 63 -
CMYK 0 0.87 0.63 0.33
HSL 343.38º 0.77% 0.38% -
HSV(B) 343.38º 0.87% 0.67% -
XYZ 17.76 9.48 5.6 -
YUV 70.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 170 22 63 0 0.87 0.63 0.33 343.38 0.77 0.38
Hex AA 16 3F 0 57 3F 21 157 4D 26
Octal 252 26 77 0 127 77 41 527 115 46
Binary 10101010 10110 111111 0 1010111 111111 100001 101010111 1001101 100110

Color Harmonies of #AA163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA163F

Black with #AA163F

Text Example


Text Example

White with #AA163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA163F; }

 p { color: rgb(170,22,63); }

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

background-color css

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

 a { background-color: rgb(170,22,63); }

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

border-color css

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

 span { border-color: rgb(170,22,63); }

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