Html Css Color HEX #AA182E Cardinal

📋 copy color: '#AA182E'

red 170 ◦ green 24 ◦ blue 46

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

Shades of Cardinal #AA182E

Tints of Cardinal #AA182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 70.83%
G = 10%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA182E (or 0xAA182E) is known color: Cardinal. HEX triplet: AA, 18 and 2E. RGB value is (170,24,46). Sum of RGB (Red+Green+Blue) = 170+24+46=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA182E is #55E7D1. Grayscale: #464646. Windows color (decimal): -5629906 or 3020970. OLE color: 3020970.

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

Color convert

RGB 170 24 46 -
CMYK 0 0.86 0.73 0.33
HSL 350.96º 0.75% 0.38% -
HSV(B) 350.96º 0.86% 0.67% -
XYZ 17.4 9.4 3.48 -
YUV 70.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 170 24 46 0 0.86 0.73 0.33 350.96 0.75 0.38
Hex AA 18 2E 0 56 49 21 15F 4B 26
Octal 252 30 56 0 126 111 41 537 113 46
Binary 10101010 11000 101110 0 1010110 1001001 100001 101011111 1001011 100110

Color Harmonies of #AA182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA182E

Black with #AA182E

Text Example


Text Example

White with #AA182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA182E; }

 p { color: rgb(170,24,46); }

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

background-color css

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

 a { background-color: rgb(170,24,46); }

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

border-color css

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

 span { border-color: rgb(170,24,46); }

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