Html Css Color HEX #AA1434 Cardinal

📋 copy color: '#AA1434'

red 170 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #AA1434

Tints of Cardinal #AA1434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

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

R = 70.25%
G = 8.26%
B = 21.49%

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

#AA1434 (or 0xAA1434) is known color: Cardinal. HEX triplet: AA, 14 and 34. RGB value is (170,20,52). Sum of RGB (Red+Green+Blue) = 170+20+52=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1434 is #55EBCB. Grayscale: #444444. Windows color (decimal): -5630924 or 3413162. OLE color: 3413162.

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

Color convert

RGB 170 20 52 -
CMYK 0 0.88 0.69 0.33
HSL 347.2º 0.79% 0.37% -
HSV(B) 347.2º 0.88% 0.67% -
XYZ 17.45 9.29 4.12 -
YUV 68.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 170 20 52 0 0.88 0.69 0.33 347.2 0.79 0.37
Hex AA 14 34 0 58 45 21 15B 4F 25
Octal 252 24 64 0 130 105 41 533 117 45
Binary 10101010 10100 110100 0 1011000 1000101 100001 101011011 1001111 100101

Color Harmonies of #AA1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1434

Black with #AA1434

Text Example


Text Example

White with #AA1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1434; }

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

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

background-color css

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

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

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

border-color css

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

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

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