Html Css Color HEX #AA1A3A Cardinal

📋 copy color: '#AA1A3A'

red 170 ◦ green 26 ◦ blue 58

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

Shades of Cardinal #AA1A3A

Tints of Cardinal #AA1A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 66.93%
G = 10.24%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA1A3A (or 0xAA1A3A) is known color: Cardinal. HEX triplet: AA, 1A and 3A. RGB value is (170,26,58). Sum of RGB (Red+Green+Blue) = 170+26+58=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A3A is #55E5C5. Grayscale: #484848. Windows color (decimal): -5629382 or 3807914. OLE color: 3807914.

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

Color convert

RGB 170 26 58 -
CMYK 0 0.85 0.66 0.33
HSL 346.67º 0.73% 0.38% -
HSV(B) 346.67º 0.85% 0.67% -
XYZ 17.71 9.59 4.92 -
YUV 72.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 170 26 58 0 0.85 0.66 0.33 346.67 0.73 0.38
Hex AA 1A 3A 0 55 42 21 15B 49 26
Octal 252 32 72 0 125 102 41 533 111 46
Binary 10101010 11010 111010 0 1010101 1000010 100001 101011011 1001001 100110

Color Harmonies of #AA1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A3A

Black with #AA1A3A

Text Example


Text Example

White with #AA1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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