Html Css Color HEX #AA1541 Cardinal

📋 copy color: '#AA1541'

red 170 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #AA1541

Tints of Cardinal #AA1541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 66.41%
G = 8.2%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA1541 (or 0xAA1541) is known color: Cardinal. HEX triplet: AA, 15 and 41. RGB value is (170,21,65). Sum of RGB (Red+Green+Blue) = 170+21+65=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1541 is #55EABE. Grayscale: #464646. Windows color (decimal): -5630655 or 4265386. OLE color: 4265386.

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

Color convert

RGB 170 21 65 -
CMYK 0 0.88 0.62 0.33
HSL 342.28º 0.78% 0.37% -
HSV(B) 342.28º 0.88% 0.67% -
XYZ 17.8 9.46 5.89 -
YUV 70.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 170 21 65 0 0.88 0.62 0.33 342.28 0.78 0.37
Hex AA 15 41 0 58 3E 21 156 4E 25
Octal 252 25 101 0 130 76 41 526 116 45
Binary 10101010 10101 1000001 0 1011000 111110 100001 101010110 1001110 100101

Color Harmonies of #AA1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1541

Black with #AA1541

Text Example


Text Example

White with #AA1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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