Html Css Color HEX #AA143B Cardinal

📋 copy color: '#AA143B'

red 170 ◦ green 20 ◦ blue 59

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

Shades of Cardinal #AA143B

Tints of Cardinal #AA143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.69%

R = 68.27%
G = 8.03%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA143B (or 0xAA143B) is known color: Cardinal. HEX triplet: AA, 14 and 3B. RGB value is (170,20,59). Sum of RGB (Red+Green+Blue) = 170+20+59=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA143B is #55EBC4. Grayscale: #454545. Windows color (decimal): -5630917 or 3871914. OLE color: 3871914.

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

Color convert

RGB 170 20 59 -
CMYK 0 0.88 0.65 0.33
HSL 344.4º 0.79% 0.37% -
HSV(B) 344.4º 0.88% 0.67% -
XYZ 17.62 9.36 5.02 -
YUV 69.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 170 20 59 0 0.88 0.65 0.33 344.4 0.79 0.37
Hex AA 14 3B 0 58 41 21 158 4F 25
Octal 252 24 73 0 130 101 41 530 117 45
Binary 10101010 10100 111011 0 1011000 1000001 100001 101011000 1001111 100101

Color Harmonies of #AA143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA143B

Black with #AA143B

Text Example


Text Example

White with #AA143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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