Html Css Color HEX #AA1343 Cardinal

📋 copy color: '#AA1343'

red 170 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #AA1343

Tints of Cardinal #AA1343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.17%

R = 66.41%
G = 7.42%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA1343 (or 0xAA1343) is known color: Cardinal. HEX triplet: AA, 13 and 43. RGB value is (170,19,67). Sum of RGB (Red+Green+Blue) = 170+19+67=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1343 is #55ECBC. Grayscale: #454545. Windows color (decimal): -5631165 or 4395946. OLE color: 4395946.

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

Color convert

RGB 170 19 67 -
CMYK 0 0.89 0.61 0.33
HSL 340.93º 0.8% 0.37% -
HSV(B) 340.93º 0.89% 0.67% -
XYZ 17.82 9.42 6.19 -
YUV 69.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 170 19 67 0 0.89 0.61 0.33 340.93 0.8 0.37
Hex AA 13 43 0 59 3D 21 155 50 25
Octal 252 23 103 0 131 75 41 525 120 45
Binary 10101010 10011 1000011 0 1011001 111101 100001 101010101 1010000 100101

Color Harmonies of #AA1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1343

Black with #AA1343

Text Example


Text Example

White with #AA1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1343; }

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

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

background-color css

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

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

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

border-color css

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

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

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