Html Css Color HEX #AA142A Cardinal

📋 copy color: '#AA142A'

red 170 ◦ green 20 ◦ blue 42

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

Shades of Cardinal #AA142A

Tints of Cardinal #AA142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 73.28%
G = 8.62%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA142A (or 0xAA142A) is known color: Cardinal. HEX triplet: AA, 14 and 2A. RGB value is (170,20,42). Sum of RGB (Red+Green+Blue) = 170+20+42=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA142A is #55EBD5. Grayscale: #434343. Windows color (decimal): -5630934 or 2757802. OLE color: 2757802.

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

Color convert

RGB 170 20 42 -
CMYK 0 0.88 0.75 0.33
HSL 351.2º 0.79% 0.37% -
HSV(B) 351.2º 0.88% 0.67% -
XYZ 17.25 9.21 3.06 -
YUV 67.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 170 20 42 0 0.88 0.75 0.33 351.2 0.79 0.37
Hex AA 14 2A 0 58 4B 21 15F 4F 25
Octal 252 24 52 0 130 113 41 537 117 45
Binary 10101010 10100 101010 0 1011000 1001011 100001 101011111 1001111 100101

Color Harmonies of #AA142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA142A

Black with #AA142A

Text Example


Text Example

White with #AA142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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