Html Css Color HEX #AA142D Cardinal

📋 copy color: '#AA142D'

red 170 ◦ green 20 ◦ blue 45

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

Shades of Cardinal #AA142D

Tints of Cardinal #AA142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 72.34%
G = 8.51%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA142D (or 0xAA142D) is known color: Cardinal. HEX triplet: AA, 14 and 2D. RGB value is (170,20,45). Sum of RGB (Red+Green+Blue) = 170+20+45=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA142D is #55EBD2. Grayscale: #434343. Windows color (decimal): -5630931 or 2954410. OLE color: 2954410.

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

Color convert

RGB 170 20 45 -
CMYK 0 0.88 0.74 0.33
HSL 350º 0.79% 0.37% -
HSV(B) 350º 0.88% 0.67% -
XYZ 17.3 9.24 3.35 -
YUV 67.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 170 20 45 0 0.88 0.74 0.33 350 0.79 0.37
Hex AA 14 2D 0 58 4A 21 15E 4F 25
Octal 252 24 55 0 130 112 41 536 117 45
Binary 10101010 10100 101101 0 1011000 1001010 100001 101011110 1001111 100101

Color Harmonies of #AA142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA142D

Black with #AA142D

Text Example


Text Example

White with #AA142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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