Html Css Color HEX #AA033A Cardinal

📋 copy color: '#AA033A'

red 170 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #AA033A

Tints of Cardinal #AA033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 73.59%
G = 1.3%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA033A (or 0xAA033A) is known color: Cardinal. HEX triplet: AA, 03 and 3A. RGB value is (170,3,58). Sum of RGB (Red+Green+Blue) = 170+3+58=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA033A is #55FCC5. Grayscale: #3B3B3B. Windows color (decimal): -5635270 or 3802026. OLE color: 3802026.

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

Color convert

RGB 170 3 58 -
CMYK 0 0.98 0.66 0.33
HSL 340.24º 0.97% 0.34% -
HSV(B) 340.24º 0.98% 0.67% -
XYZ 17.37 8.92 4.81 -
YUV 59.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 170 3 58 0 0.98 0.66 0.33 340.24 0.97 0.34
Hex AA 3 3A 0 62 42 21 154 61 22
Octal 252 3 72 0 142 102 41 524 141 42
Binary 10101010 11 111010 0 1100010 1000010 100001 101010100 1100001 100010

Color Harmonies of #AA033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA033A

Black with #AA033A

Text Example


Text Example

White with #AA033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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