Html Css Color HEX #AA1230 Cardinal

📋 copy color: '#AA1230'

red 170 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #AA1230

Tints of Cardinal #AA1230

RGB

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

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

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

R = 72.03%
G = 7.63%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA1230 (or 0xAA1230) is known color: Cardinal. HEX triplet: AA, 12 and 30. RGB value is (170,18,48). Sum of RGB (Red+Green+Blue) = 170+18+48=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1230 is #55EDCF. Grayscale: #424242. Windows color (decimal): -5631440 or 3150506. OLE color: 3150506.

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

Color convert

RGB 170 18 48 -
CMYK 0 0.89 0.72 0.33
HSL 348.16º 0.81% 0.37% -
HSV(B) 348.16º 0.89% 0.67% -
XYZ 17.33 9.19 3.66 -
YUV 66.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 170 18 48 0 0.89 0.72 0.33 348.16 0.81 0.37
Hex AA 12 30 0 59 48 21 15C 51 25
Octal 252 22 60 0 131 110 41 534 121 45
Binary 10101010 10010 110000 0 1011001 1001000 100001 101011100 1010001 100101

Color Harmonies of #AA1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1230

Black with #AA1230

Text Example


Text Example

White with #AA1230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1230; }

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

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

background-color css

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

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

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

border-color css

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

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

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