Html Css Color HEX #AA1630 Cardinal

📋 copy color: '#AA1630'

red 170 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #AA1630

Tints of Cardinal #AA1630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

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

R = 70.83%
G = 9.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA1630 (or 0xAA1630) is known color: Cardinal. HEX triplet: AA, 16 and 30. RGB value is (170,22,48). Sum of RGB (Red+Green+Blue) = 170+22+48=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1630 is #55E9CF. Grayscale: #454545. Windows color (decimal): -5630416 or 3151530. OLE color: 3151530.

HSL color Cylindrical-coordinate representation of color #AA1630: hue angle of 349.46º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1630 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 22 48 -
CMYK 0 0.87 0.72 0.33
HSL 349.46º 0.77% 0.38% -
HSV(B) 349.46º 0.87% 0.67% -
XYZ 17.4 9.33 3.68 -
YUV 69.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 170 22 48 0 0.87 0.72 0.33 349.46 0.77 0.38
Hex AA 16 30 0 57 48 21 15D 4D 26
Octal 252 26 60 0 127 110 41 535 115 46
Binary 10101010 10110 110000 0 1010111 1001000 100001 101011101 1001101 100110

Color Harmonies of #AA1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1630

Black with #AA1630

Text Example


Text Example

White with #AA1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1630; }

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

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

background-color css

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

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

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

border-color css

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

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

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