Html Css Color HEX #AA1E3A Cardinal

📋 copy color: '#AA1E3A'

red 170 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #AA1E3A

Tints of Cardinal #AA1E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

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

R = 65.89%
G = 11.63%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA1E3A (or 0xAA1E3A) is known color: Cardinal. HEX triplet: AA, 1E and 3A. RGB value is (170,30,58). Sum of RGB (Red+Green+Blue) = 170+30+58=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E3A is #55E1C5. Grayscale: #4B4B4B. Windows color (decimal): -5628358 or 3808938. OLE color: 3808938.

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

Color convert

RGB 170 30 58 -
CMYK 0 0.82 0.66 0.33
HSL 348º 0.7% 0.39% -
HSV(B) 348º 0.82% 0.67% -
XYZ 17.81 9.78 4.95 -
YUV 75.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 170 30 58 0 0.82 0.66 0.33 348 0.7 0.39
Hex AA 1E 3A 0 52 42 21 15C 46 27
Octal 252 36 72 0 122 102 41 534 106 47
Binary 10101010 11110 111010 0 1010010 1000010 100001 101011100 1000110 100111

Color Harmonies of #AA1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E3A

Black with #AA1E3A

Text Example


Text Example

White with #AA1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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