Html Css Color HEX #AA1C43 Cardinal

📋 copy color: '#AA1C43'

red 170 ◦ green 28 ◦ blue 67

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

Shades of Cardinal #AA1C43

Tints of Cardinal #AA1C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 64.15%
G = 10.57%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA1C43 (or 0xAA1C43) is known color: Cardinal. HEX triplet: AA, 1C and 43. RGB value is (170,28,67). Sum of RGB (Red+Green+Blue) = 170+28+67=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C43 is #55E3BC. Grayscale: #4A4A4A. Windows color (decimal): -5628861 or 4398250. OLE color: 4398250.

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

Color convert

RGB 170 28 67 -
CMYK 0 0.84 0.61 0.33
HSL 343.52º 0.72% 0.39% -
HSV(B) 343.52º 0.84% 0.67% -
XYZ 18.01 9.78 6.25 -
YUV 74.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 170 28 67 0 0.84 0.61 0.33 343.52 0.72 0.39
Hex AA 1C 43 0 54 3D 21 158 48 27
Octal 252 34 103 0 124 75 41 530 110 47
Binary 10101010 11100 1000011 0 1010100 111101 100001 101011000 1001000 100111

Color Harmonies of #AA1C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C43

Black with #AA1C43

Text Example


Text Example

White with #AA1C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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