Html Css Color HEX #AA1536 Cardinal

📋 copy color: '#AA1536'

red 170 ◦ green 21 ◦ blue 54

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

Shades of Cardinal #AA1536

Tints of Cardinal #AA1536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 69.39%
G = 8.57%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA1536 (or 0xAA1536) is known color: Cardinal. HEX triplet: AA, 15 and 36. RGB value is (170,21,54). Sum of RGB (Red+Green+Blue) = 170+21+54=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1536 is #55EAC9. Grayscale: #454545. Windows color (decimal): -5630666 or 3544490. OLE color: 3544490.

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

Color convert

RGB 170 21 54 -
CMYK 0 0.88 0.68 0.33
HSL 346.71º 0.78% 0.37% -
HSV(B) 346.71º 0.88% 0.67% -
XYZ 17.51 9.35 4.37 -
YUV 69.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 170 21 54 0 0.88 0.68 0.33 346.71 0.78 0.37
Hex AA 15 36 0 58 44 21 15B 4E 25
Octal 252 25 66 0 130 104 41 533 116 45
Binary 10101010 10101 110110 0 1011000 1000100 100001 101011011 1001110 100101

Color Harmonies of #AA1536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1536

Black with #AA1536

Text Example


Text Example

White with #AA1536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1536; }

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

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

background-color css

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

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

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

border-color css

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

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

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