Html Css Color HEX #AA1741 Cardinal

📋 copy color: '#AA1741'

red 170 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #AA1741

Tints of Cardinal #AA1741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 65.89%
G = 8.91%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA1741 (or 0xAA1741) is known color: Cardinal. HEX triplet: AA, 17 and 41. RGB value is (170,23,65). Sum of RGB (Red+Green+Blue) = 170+23+65=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1741 is #55E8BE. Grayscale: #474747. Windows color (decimal): -5630143 or 4265898. OLE color: 4265898.

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

Color convert

RGB 170 23 65 -
CMYK 0 0.86 0.62 0.33
HSL 342.86º 0.76% 0.38% -
HSV(B) 342.86º 0.86% 0.67% -
XYZ 17.84 9.54 5.9 -
YUV 71.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 170 23 65 0 0.86 0.62 0.33 342.86 0.76 0.38
Hex AA 17 41 0 56 3E 21 157 4C 26
Octal 252 27 101 0 126 76 41 527 114 46
Binary 10101010 10111 1000001 0 1010110 111110 100001 101010111 1001100 100110

Color Harmonies of #AA1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1741

Black with #AA1741

Text Example


Text Example

White with #AA1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1741; }

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

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

background-color css

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

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

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

border-color css

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

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

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