Html Css Color HEX #AA1E3B Cardinal

📋 copy color: '#AA1E3B'

red 170 ◦ green 30 ◦ blue 59

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

Shades of Cardinal #AA1E3B

Tints of Cardinal #AA1E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 65.64%
G = 11.58%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA1E3B (or 0xAA1E3B) is known color: Cardinal. HEX triplet: AA, 1E and 3B. RGB value is (170,30,59). Sum of RGB (Red+Green+Blue) = 170+30+59=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E3B is #55E1C4. Grayscale: #4B4B4B. Windows color (decimal): -5628357 or 3874474. OLE color: 3874474.

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

Color convert

RGB 170 30 59 -
CMYK 0 0.82 0.65 0.33
HSL 347.57º 0.7% 0.39% -
HSV(B) 347.57º 0.82% 0.67% -
XYZ 17.83 9.79 5.09 -
YUV 75.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 170 30 59 0 0.82 0.65 0.33 347.57 0.7 0.39
Hex AA 1E 3B 0 52 41 21 15C 46 27
Octal 252 36 73 0 122 101 41 534 106 47
Binary 10101010 11110 111011 0 1010010 1000001 100001 101011100 1000110 100111

Color Harmonies of #AA1E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E3B

Black with #AA1E3B

Text Example


Text Example

White with #AA1E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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