Html Css Color HEX #AA1334 Cardinal

📋 copy color: '#AA1334'

red 170 ◦ green 19 ◦ blue 52

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

Shades of Cardinal #AA1334

Tints of Cardinal #AA1334

RGB

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

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

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

R = 70.54%
G = 7.88%
B = 21.58%

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

#AA1334 (or 0xAA1334) is known color: Cardinal. HEX triplet: AA, 13 and 34. RGB value is (170,19,52). Sum of RGB (Red+Green+Blue) = 170+19+52=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1334 is #55ECCB. Grayscale: #434343. Windows color (decimal): -5631180 or 3412906. OLE color: 3412906.

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

Color convert

RGB 170 19 52 -
CMYK 0 0.89 0.69 0.33
HSL 346.89º 0.8% 0.37% -
HSV(B) 346.89º 0.89% 0.67% -
XYZ 17.43 9.26 4.12 -
YUV 67.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 170 19 52 0 0.89 0.69 0.33 346.89 0.8 0.37
Hex AA 13 34 0 59 45 21 15B 50 25
Octal 252 23 64 0 131 105 41 533 120 45
Binary 10101010 10011 110100 0 1011001 1000101 100001 101011011 1010000 100101

Color Harmonies of #AA1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1334

Black with #AA1334

Text Example


Text Example

White with #AA1334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1334; }

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

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

background-color css

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

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

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

border-color css

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

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

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