Html Css Color HEX #AA1C3E Cardinal

📋 copy color: '#AA1C3E'

red 170 ◦ green 28 ◦ blue 62

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

Shades of Cardinal #AA1C3E

Tints of Cardinal #AA1C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 65.38%
G = 10.77%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA1C3E (or 0xAA1C3E) is known color: Cardinal. HEX triplet: AA, 1C and 3E. RGB value is (170,28,62). Sum of RGB (Red+Green+Blue) = 170+28+62=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C3E is #55E3C1. Grayscale: #4A4A4A. Windows color (decimal): -5628866 or 4070570. OLE color: 4070570.

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

Color convert

RGB 170 28 62 -
CMYK 0 0.84 0.64 0.33
HSL 345.63º 0.72% 0.39% -
HSV(B) 345.63º 0.84% 0.67% -
XYZ 17.86 9.72 5.49 -
YUV 74.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 170 28 62 0 0.84 0.64 0.33 345.63 0.72 0.39
Hex AA 1C 3E 0 54 40 21 15A 48 27
Octal 252 34 76 0 124 100 41 532 110 47
Binary 10101010 11100 111110 0 1010100 1000000 100001 101011010 1001000 100111

Color Harmonies of #AA1C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C3E

Black with #AA1C3E

Text Example


Text Example

White with #AA1C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C3E; }

 p { color: rgb(170,28,62); }

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

background-color css

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

 a { background-color: rgb(170,28,62); }

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

border-color css

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

 span { border-color: rgb(170,28,62); }

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