Html Css Color HEX #AA1730 Cardinal

📋 copy color: '#AA1730'

red 170 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #AA1730

Tints of Cardinal #AA1730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 70.54%
G = 9.54%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA1730 (or 0xAA1730) is known color: Cardinal. HEX triplet: AA, 17 and 30. RGB value is (170,23,48). Sum of RGB (Red+Green+Blue) = 170+23+48=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1730 is #55E8CF. Grayscale: #454545. Windows color (decimal): -5630160 or 3151786. OLE color: 3151786.

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

Color convert

RGB 170 23 48 -
CMYK 0 0.86 0.72 0.33
HSL 349.8º 0.76% 0.38% -
HSV(B) 349.8º 0.86% 0.67% -
XYZ 17.42 9.37 3.69 -
YUV 69.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 170 23 48 0 0.86 0.72 0.33 349.8 0.76 0.38
Hex AA 17 30 0 56 48 21 15E 4C 26
Octal 252 27 60 0 126 110 41 536 114 46
Binary 10101010 10111 110000 0 1010110 1001000 100001 101011110 1001100 100110

Color Harmonies of #AA1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1730

Black with #AA1730

Text Example


Text Example

White with #AA1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1730; }

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

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

background-color css

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

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

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

border-color css

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

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

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