Html Css Color HEX #AA143D Cardinal

📋 copy color: '#AA143D'

red 170 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #AA143D

Tints of Cardinal #AA143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.3%

R = 67.73%
G = 7.97%
B = 24.3%

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

#AA143D (or 0xAA143D) is known color: Cardinal. HEX triplet: AA, 14 and 3D. RGB value is (170,20,61). Sum of RGB (Red+Green+Blue) = 170+20+61=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA143D is #55EBC2. Grayscale: #454545. Windows color (decimal): -5630915 or 4002986. OLE color: 4002986.

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

Color convert

RGB 170 20 61 -
CMYK 0 0.88 0.64 0.33
HSL 343.6º 0.79% 0.37% -
HSV(B) 343.6º 0.88% 0.67% -
XYZ 17.67 9.38 5.29 -
YUV 69.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 170 20 61 0 0.88 0.64 0.33 343.6 0.79 0.37
Hex AA 14 3D 0 58 40 21 158 4F 25
Octal 252 24 75 0 130 100 41 530 117 45
Binary 10101010 10100 111101 0 1011000 1000000 100001 101011000 1001111 100101

Color Harmonies of #AA143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA143D

Black with #AA143D

Text Example


Text Example

White with #AA143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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