Html Css Color HEX #AA143E Cardinal

📋 copy color: '#AA143E'

red 170 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #AA143E

Tints of Cardinal #AA143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 67.46%
G = 7.94%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA143E (or 0xAA143E) is known color: Cardinal. HEX triplet: AA, 14 and 3E. RGB value is (170,20,62). Sum of RGB (Red+Green+Blue) = 170+20+62=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA143E is #55EBC1. Grayscale: #454545. Windows color (decimal): -5630914 or 4068522. OLE color: 4068522.

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

Color convert

RGB 170 20 62 -
CMYK 0 0.88 0.64 0.33
HSL 343.2º 0.79% 0.37% -
HSV(B) 343.2º 0.88% 0.67% -
XYZ 17.7 9.39 5.44 -
YUV 69.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 170 20 62 0 0.88 0.64 0.33 343.2 0.79 0.37
Hex AA 14 3E 0 58 40 21 157 4F 25
Octal 252 24 76 0 130 100 41 527 117 45
Binary 10101010 10100 111110 0 1011000 1000000 100001 101010111 1001111 100101

Color Harmonies of #AA143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA143E

Black with #AA143E

Text Example


Text Example

White with #AA143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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