Html Css Color HEX #AA1842 Cardinal

📋 copy color: '#AA1842'

red 170 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #AA1842

Tints of Cardinal #AA1842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

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

R = 65.38%
G = 9.23%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA1842 (or 0xAA1842) is known color: Cardinal. HEX triplet: AA, 18 and 42. RGB value is (170,24,66). Sum of RGB (Red+Green+Blue) = 170+24+66=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1842 is #55E7BD. Grayscale: #484848. Windows color (decimal): -5629886 or 4331690. OLE color: 4331690.

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

Color convert

RGB 170 24 66 -
CMYK 0 0.86 0.61 0.33
HSL 342.74º 0.75% 0.38% -
HSV(B) 342.74º 0.86% 0.67% -
XYZ 17.89 9.59 6.06 -
YUV 72.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 170 24 66 0 0.86 0.61 0.33 342.74 0.75 0.38
Hex AA 18 42 0 56 3D 21 157 4B 26
Octal 252 30 102 0 126 75 41 527 113 46
Binary 10101010 11000 1000010 0 1010110 111101 100001 101010111 1001011 100110

Color Harmonies of #AA1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1842

Black with #AA1842

Text Example


Text Example

White with #AA1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1842; }

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

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

background-color css

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

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

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

border-color css

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

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

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