Html Css Color HEX #AA1242 Cardinal

📋 copy color: '#AA1242'

red 170 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #AA1242

Tints of Cardinal #AA1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

 BLUE value IS 66 (26.17% from 255) = 25.98%

R = 66.93%
G = 7.09%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA1242 (or 0xAA1242) is known color: Cardinal. HEX triplet: AA, 12 and 42. RGB value is (170,18,66). Sum of RGB (Red+Green+Blue) = 170+18+66=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1242 is #55EDBD. Grayscale: #444444. Windows color (decimal): -5631422 or 4330154. OLE color: 4330154.

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

Color convert

RGB 170 18 66 -
CMYK 0 0.89 0.61 0.33
HSL 341.05º 0.81% 0.37% -
HSV(B) 341.05º 0.89% 0.67% -
XYZ 17.78 9.37 6.03 -
YUV 68.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 170 18 66 0 0.89 0.61 0.33 341.05 0.81 0.37
Hex AA 12 42 0 59 3D 21 155 51 25
Octal 252 22 102 0 131 75 41 525 121 45
Binary 10101010 10010 1000010 0 1011001 111101 100001 101010101 1010001 100101

Color Harmonies of #AA1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1242

Black with #AA1242

Text Example


Text Example

White with #AA1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1242; }

 p { color: rgb(170,18,66); }

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

background-color css

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

 a { background-color: rgb(170,18,66); }

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

border-color css

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

 span { border-color: rgb(170,18,66); }

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