Html Css Color HEX #AA1A2F Cardinal

📋 copy color: '#AA1A2F'

red 170 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #AA1A2F

Tints of Cardinal #AA1A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.7%

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

R = 69.96%
G = 10.7%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA1A2F (or 0xAA1A2F) is known color: Cardinal. HEX triplet: AA, 1A and 2F. RGB value is (170,26,47). Sum of RGB (Red+Green+Blue) = 170+26+47=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A2F is #55E5D0. Grayscale: #474747. Windows color (decimal): -5629393 or 3087018. OLE color: 3087018.

HSL color Cylindrical-coordinate representation of color #AA1A2F: hue angle of 351.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A2F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 47 -
CMYK 0 0.85 0.72 0.33
HSL 351.25º 0.73% 0.38% -
HSV(B) 351.25º 0.85% 0.67% -
XYZ 17.46 9.49 3.6 -
YUV 71.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 170 26 47 0 0.85 0.72 0.33 351.25 0.73 0.38
Hex AA 1A 2F 0 55 48 21 15F 49 26
Octal 252 32 57 0 125 110 41 537 111 46
Binary 10101010 11010 101111 0 1010101 1001000 100001 101011111 1001001 100110

Color Harmonies of #AA1A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A2F

Black with #AA1A2F

Text Example


Text Example

White with #AA1A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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