Html Css Color HEX #AA1739 Cardinal

📋 copy color: '#AA1739'

red 170 ◦ green 23 ◦ blue 57

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

Shades of Cardinal #AA1739

Tints of Cardinal #AA1739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 68%
G = 9.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA1739 (or 0xAA1739) is known color: Cardinal. HEX triplet: AA, 17 and 39. RGB value is (170,23,57). Sum of RGB (Red+Green+Blue) = 170+23+57=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1739 is #55E8C6. Grayscale: #464646. Windows color (decimal): -5630151 or 3741610. OLE color: 3741610.

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

Color convert

RGB 170 23 57 -
CMYK 0 0.86 0.66 0.33
HSL 346.12º 0.76% 0.38% -
HSV(B) 346.12º 0.86% 0.67% -
XYZ 17.62 9.45 4.77 -
YUV 70.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 170 23 57 0 0.86 0.66 0.33 346.12 0.76 0.38
Hex AA 17 39 0 56 42 21 15A 4C 26
Octal 252 27 71 0 126 102 41 532 114 46
Binary 10101010 10111 111001 0 1010110 1000010 100001 101011010 1001100 100110

Color Harmonies of #AA1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1739

Black with #AA1739

Text Example


Text Example

White with #AA1739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1739; }

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

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

background-color css

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

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

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

border-color css

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

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

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