Html Css Color HEX #AA1746 Cardinal

📋 copy color: '#AA1746'

red 170 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #AA1746

Tints of Cardinal #AA1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 70 (27.73% from 255) = 26.62%

R = 64.64%
G = 8.75%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA1746 (or 0xAA1746) is known color: Cardinal. HEX triplet: AA, 17 and 46. RGB value is (170,23,70). Sum of RGB (Red+Green+Blue) = 170+23+70=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1746 is #55E8B9. Grayscale: #484848. Windows color (decimal): -5630138 or 4593578. OLE color: 4593578.

HSL color Cylindrical-coordinate representation of color #AA1746: hue angle of 340.82º degrees, saturation: 0.76, 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 #AA1746 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 23 70 -
CMYK 0 0.86 0.59 0.33
HSL 340.82º 0.76% 0.38% -
HSV(B) 340.82º 0.86% 0.67% -
XYZ 17.99 9.6 6.7 -
YUV 72.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 170 23 70 0 0.86 0.59 0.33 340.82 0.76 0.38
Hex AA 17 46 0 56 3B 21 155 4C 26
Octal 252 27 106 0 126 73 41 525 114 46
Binary 10101010 10111 1000110 0 1010110 111011 100001 101010101 1001100 100110

Color Harmonies of #AA1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1746

Black with #AA1746

Text Example


Text Example

White with #AA1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1746; }

 p { color: rgb(170,23,70); }

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

background-color css

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

 a { background-color: rgb(170,23,70); }

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

border-color css

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

 span { border-color: rgb(170,23,70); }

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