Html Css Color HEX #AA1340 Cardinal

📋 copy color: '#AA1340'

red 170 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #AA1340

Tints of Cardinal #AA1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 67.19%
G = 7.51%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA1340 (or 0xAA1340) is known color: Cardinal. HEX triplet: AA, 13 and 40. RGB value is (170,19,64). Sum of RGB (Red+Green+Blue) = 170+19+64=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1340 is #55ECBF. Grayscale: #454545. Windows color (decimal): -5631168 or 4199338. OLE color: 4199338.

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

Color convert

RGB 170 19 64 -
CMYK 0 0.89 0.62 0.33
HSL 342.12º 0.8% 0.37% -
HSV(B) 342.12º 0.89% 0.67% -
XYZ 17.74 9.38 5.73 -
YUV 69.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 170 19 64 0 0.89 0.62 0.33 342.12 0.8 0.37
Hex AA 13 40 0 59 3E 21 156 50 25
Octal 252 23 100 0 131 76 41 526 120 45
Binary 10101010 10011 1000000 0 1011001 111110 100001 101010110 1010000 100101

Color Harmonies of #AA1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1340

Black with #AA1340

Text Example


Text Example

White with #AA1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1340; }

 p { color: rgb(170,19,64); }

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

background-color css

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

 a { background-color: rgb(170,19,64); }

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

border-color css

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

 span { border-color: rgb(170,19,64); }

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