Html Css Color HEX #AA1234 Cardinal

📋 copy color: '#AA1234'

red 170 ◦ green 18 ◦ blue 52

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

Shades of Cardinal #AA1234

Tints of Cardinal #AA1234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.67%

R = 70.83%
G = 7.5%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA1234 (or 0xAA1234) is known color: Cardinal. HEX triplet: AA, 12 and 34. RGB value is (170,18,52). Sum of RGB (Red+Green+Blue) = 170+18+52=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1234 is #55EDCB. Grayscale: #434343. Windows color (decimal): -5631436 or 3412650. OLE color: 3412650.

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

Color convert

RGB 170 18 52 -
CMYK 0 0.89 0.69 0.33
HSL 346.58º 0.81% 0.37% -
HSV(B) 346.58º 0.89% 0.67% -
XYZ 17.41 9.23 4.11 -
YUV 67.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 170 18 52 0 0.89 0.69 0.33 346.58 0.81 0.37
Hex AA 12 34 0 59 45 21 15B 51 25
Octal 252 22 64 0 131 105 41 533 121 45
Binary 10101010 10010 110100 0 1011001 1000101 100001 101011011 1010001 100101

Color Harmonies of #AA1234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1234

Black with #AA1234

Text Example


Text Example

White with #AA1234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1234; }

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

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

background-color css

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

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

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

border-color css

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

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

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