Html Css Color HEX #AA153E Cardinal

📋 copy color: '#AA153E'

red 170 ◦ green 21 ◦ blue 62

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

Shades of Cardinal #AA153E

Tints of Cardinal #AA153E

RGB

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

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

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

R = 67.19%
G = 8.3%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA153E (or 0xAA153E) is known color: Cardinal. HEX triplet: AA, 15 and 3E. RGB value is (170,21,62). Sum of RGB (Red+Green+Blue) = 170+21+62=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA153E is #55EAC1. Grayscale: #464646. Windows color (decimal): -5630658 or 4068778. OLE color: 4068778.

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

Color convert

RGB 170 21 62 -
CMYK 0 0.88 0.64 0.33
HSL 343.49º 0.78% 0.37% -
HSV(B) 343.49º 0.88% 0.67% -
XYZ 17.72 9.43 5.44 -
YUV 70.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 170 21 62 0 0.88 0.64 0.33 343.49 0.78 0.37
Hex AA 15 3E 0 58 40 21 157 4E 25
Octal 252 25 76 0 130 100 41 527 116 45
Binary 10101010 10101 111110 0 1011000 1000000 100001 101010111 1001110 100101

Color Harmonies of #AA153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA153E

Black with #AA153E

Text Example


Text Example

White with #AA153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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