Html Css Color HEX #AA1C44 Cardinal

📋 copy color: '#AA1C44'

red 170 ◦ green 28 ◦ blue 68

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

Shades of Cardinal #AA1C44

Tints of Cardinal #AA1C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 63.91%
G = 10.53%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA1C44 (or 0xAA1C44) is known color: Cardinal. HEX triplet: AA, 1C and 44. RGB value is (170,28,68). Sum of RGB (Red+Green+Blue) = 170+28+68=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C44 is #55E3BB. Grayscale: #4B4B4B. Windows color (decimal): -5628860 or 4463786. OLE color: 4463786.

HSL color Cylindrical-coordinate representation of color #AA1C44: hue angle of 343.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C44 is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 28 68 -
CMYK 0 0.84 0.6 0.33
HSL 343.1º 0.72% 0.39% -
HSV(B) 343.1º 0.84% 0.67% -
XYZ 18.04 9.79 6.41 -
YUV 75.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 170 28 68 0 0.84 0.6 0.33 343.1 0.72 0.39
Hex AA 1C 44 0 54 3C 21 157 48 27
Octal 252 34 104 0 124 74 41 527 110 47
Binary 10101010 11100 1000100 0 1010100 111100 100001 101010111 1001000 100111

Color Harmonies of #AA1C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C44

Black with #AA1C44

Text Example


Text Example

White with #AA1C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C44; }

 p { color: rgb(170,28,68); }

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

background-color css

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

 a { background-color: rgb(170,28,68); }

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

border-color css

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

 span { border-color: rgb(170,28,68); }

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