Html Css Color HEX #AA1232 Cardinal

📋 copy color: '#AA1232'

red 170 ◦ green 18 ◦ blue 50

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

Shades of Cardinal #AA1232

Tints of Cardinal #AA1232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 50 (19.92% from 255) = 21.01%

R = 71.43%
G = 7.56%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA1232 (or 0xAA1232) is known color: Cardinal. HEX triplet: AA, 12 and 32. RGB value is (170,18,50). Sum of RGB (Red+Green+Blue) = 170+18+50=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1232 is #55EDCD. Grayscale: #434343. Windows color (decimal): -5631438 or 3281578. OLE color: 3281578.

HSL color Cylindrical-coordinate representation of color #AA1232: hue angle of 347.37º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1232 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 50 -
CMYK 0 0.89 0.71 0.33
HSL 347.37º 0.81% 0.37% -
HSV(B) 347.37º 0.89% 0.67% -
XYZ 17.37 9.21 3.88 -
YUV 67.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 170 18 50 0 0.89 0.71 0.33 347.37 0.81 0.37
Hex AA 12 32 0 59 47 21 15B 51 25
Octal 252 22 62 0 131 107 41 533 121 45
Binary 10101010 10010 110010 0 1011001 1000111 100001 101011011 1010001 100101

Color Harmonies of #AA1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1232

Black with #AA1232

Text Example


Text Example

White with #AA1232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1232; }

 p { color: rgb(170,18,50); }

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

background-color css

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

 a { background-color: rgb(170,18,50); }

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

border-color css

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

 span { border-color: rgb(170,18,50); }

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