Html Css Color HEX #AA182B Cardinal

📋 copy color: '#AA182B'

red 170 ◦ green 24 ◦ blue 43

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

Shades of Cardinal #AA182B

Tints of Cardinal #AA182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 71.73%
G = 10.13%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA182B (or 0xAA182B) is known color: Cardinal. HEX triplet: AA, 18 and 2B. RGB value is (170,24,43). Sum of RGB (Red+Green+Blue) = 170+24+43=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA182B is #55E7D4. Grayscale: #454545. Windows color (decimal): -5629909 or 2824362. OLE color: 2824362.

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

Color convert

RGB 170 24 43 -
CMYK 0 0.86 0.75 0.33
HSL 352.19º 0.75% 0.38% -
HSV(B) 352.19º 0.86% 0.67% -
XYZ 17.34 9.37 3.18 -
YUV 69.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 170 24 43 0 0.86 0.75 0.33 352.19 0.75 0.38
Hex AA 18 2B 0 56 4B 21 160 4B 26
Octal 252 30 53 0 126 113 41 540 113 46
Binary 10101010 11000 101011 0 1010110 1001011 100001 101100000 1001011 100110

Color Harmonies of #AA182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA182B

Black with #AA182B

Text Example


Text Example

White with #AA182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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