Html Css Color HEX #AA0E3A Cardinal

📋 copy color: '#AA0E3A'

red 170 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #AA0E3A

Tints of Cardinal #AA0E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

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

R = 70.25%
G = 5.79%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA0E3A (or 0xAA0E3A) is known color: Cardinal. HEX triplet: AA, 0E and 3A. RGB value is (170,14,58). Sum of RGB (Red+Green+Blue) = 170+14+58=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E3A is #55F1C5. Grayscale: #414141. Windows color (decimal): -5632454 or 3804842. OLE color: 3804842.

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

Color convert

RGB 170 14 58 -
CMYK 0 0.92 0.66 0.33
HSL 343.08º 0.85% 0.36% -
HSV(B) 343.08º 0.92% 0.67% -
XYZ 17.5 9.17 4.85 -
YUV 65.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 170 14 58 0 0.92 0.66 0.33 343.08 0.85 0.36
Hex AA E 3A 0 5C 42 21 157 55 24
Octal 252 16 72 0 134 102 41 527 125 44
Binary 10101010 1110 111010 0 1011100 1000010 100001 101010111 1010101 100100

Color Harmonies of #AA0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E3A

Black with #AA0E3A

Text Example


Text Example

White with #AA0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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