Html Css Color HEX #AA1534 Cardinal

📋 copy color: '#AA1534'

red 170 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #AA1534

Tints of Cardinal #AA1534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

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

R = 69.96%
G = 8.64%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA1534 (or 0xAA1534) is known color: Cardinal. HEX triplet: AA, 15 and 34. RGB value is (170,21,52). Sum of RGB (Red+Green+Blue) = 170+21+52=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1534 is #55EACB. Grayscale: #454545. Windows color (decimal): -5630668 or 3413418. OLE color: 3413418.

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

Color convert

RGB 170 21 52 -
CMYK 0 0.88 0.69 0.33
HSL 347.52º 0.78% 0.37% -
HSV(B) 347.52º 0.88% 0.67% -
XYZ 17.47 9.33 4.13 -
YUV 69.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 170 21 52 0 0.88 0.69 0.33 347.52 0.78 0.37
Hex AA 15 34 0 58 45 21 15C 4E 25
Octal 252 25 64 0 130 105 41 534 116 45
Binary 10101010 10101 110100 0 1011000 1000101 100001 101011100 1001110 100101

Color Harmonies of #AA1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1534

Black with #AA1534

Text Example


Text Example

White with #AA1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1534; }

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

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

background-color css

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

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

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

border-color css

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

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

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