Html Css Color HEX #AA153A Cardinal

📋 copy color: '#AA153A'

red 170 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #AA153A

Tints of Cardinal #AA153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 68.27%
G = 8.43%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA153A (or 0xAA153A) is known color: Cardinal. HEX triplet: AA, 15 and 3A. RGB value is (170,21,58). Sum of RGB (Red+Green+Blue) = 170+21+58=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA153A is #55EAC5. Grayscale: #454545. Windows color (decimal): -5630662 or 3806634. OLE color: 3806634.

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

Color convert

RGB 170 21 58 -
CMYK 0 0.88 0.66 0.33
HSL 345.1º 0.78% 0.37% -
HSV(B) 345.1º 0.88% 0.67% -
XYZ 17.61 9.39 4.89 -
YUV 69.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 170 21 58 0 0.88 0.66 0.33 345.1 0.78 0.37
Hex AA 15 3A 0 58 42 21 159 4E 25
Octal 252 25 72 0 130 102 41 531 116 45
Binary 10101010 10101 111010 0 1011000 1000010 100001 101011001 1001110 100101

Color Harmonies of #AA153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA153A

Black with #AA153A

Text Example


Text Example

White with #AA153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA153A; }

 p { color: rgb(170,21,58); }

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

background-color css

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

 a { background-color: rgb(170,21,58); }

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

border-color css

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

 span { border-color: rgb(170,21,58); }

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