Html Css Color HEX #AA1A3F Cardinal

📋 copy color: '#AA1A3F'

red 170 ◦ green 26 ◦ blue 63

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

Shades of Cardinal #AA1A3F

Tints of Cardinal #AA1A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.32%

R = 65.64%
G = 10.04%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA1A3F (or 0xAA1A3F) is known color: Cardinal. HEX triplet: AA, 1A and 3F. RGB value is (170,26,63). Sum of RGB (Red+Green+Blue) = 170+26+63=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A3F is #55E5C0. Grayscale: #494949. Windows color (decimal): -5629377 or 4135594. OLE color: 4135594.

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

Color convert

RGB 170 26 63 -
CMYK 0 0.85 0.63 0.33
HSL 344.58º 0.73% 0.38% -
HSV(B) 344.58º 0.85% 0.67% -
XYZ 17.84 9.64 5.62 -
YUV 73.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 170 26 63 0 0.85 0.63 0.33 344.58 0.73 0.38
Hex AA 1A 3F 0 55 3F 21 159 49 26
Octal 252 32 77 0 125 77 41 531 111 46
Binary 10101010 11010 111111 0 1010101 111111 100001 101011001 1001001 100110

Color Harmonies of #AA1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A3F

Black with #AA1A3F

Text Example


Text Example

White with #AA1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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