Html Css Color HEX #AA142F Cardinal

📋 copy color: '#AA142F'

red 170 ◦ green 20 ◦ blue 47

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

Shades of Cardinal #AA142F

Tints of Cardinal #AA142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 71.73%
G = 8.44%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA142F (or 0xAA142F) is known color: Cardinal. HEX triplet: AA, 14 and 2F. RGB value is (170,20,47). Sum of RGB (Red+Green+Blue) = 170+20+47=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA142F is #55EBD0. Grayscale: #434343. Windows color (decimal): -5630929 or 3085482. OLE color: 3085482.

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

Color convert

RGB 170 20 47 -
CMYK 0 0.88 0.72 0.33
HSL 349.2º 0.79% 0.37% -
HSV(B) 349.2º 0.88% 0.67% -
XYZ 17.34 9.25 3.56 -
YUV 67.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 170 20 47 0 0.88 0.72 0.33 349.2 0.79 0.37
Hex AA 14 2F 0 58 48 21 15D 4F 25
Octal 252 24 57 0 130 110 41 535 117 45
Binary 10101010 10100 101111 0 1011000 1001000 100001 101011101 1001111 100101

Color Harmonies of #AA142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA142F

Black with #AA142F

Text Example


Text Example

White with #AA142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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