Html Css Color HEX #AA1733 Cardinal

📋 copy color: '#AA1733'

red 170 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #AA1733

Tints of Cardinal #AA1733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 69.67%
G = 9.43%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA1733 (or 0xAA1733) is known color: Cardinal. HEX triplet: AA, 17 and 33. RGB value is (170,23,51). Sum of RGB (Red+Green+Blue) = 170+23+51=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1733 is #55E8CC. Grayscale: #464646. Windows color (decimal): -5630157 or 3348394. OLE color: 3348394.

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

Color convert

RGB 170 23 51 -
CMYK 0 0.86 0.7 0.33
HSL 348.57º 0.76% 0.38% -
HSV(B) 348.57º 0.86% 0.67% -
XYZ 17.48 9.4 4.02 -
YUV 70.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 170 23 51 0 0.86 0.7 0.33 348.57 0.76 0.38
Hex AA 17 33 0 56 46 21 15D 4C 26
Octal 252 27 63 0 126 106 41 535 114 46
Binary 10101010 10111 110011 0 1010110 1000110 100001 101011101 1001100 100110

Color Harmonies of #AA1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1733

Black with #AA1733

Text Example


Text Example

White with #AA1733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1733; }

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

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

background-color css

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

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

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

border-color css

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

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

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