Html Css Color HEX #AA033B Cardinal

📋 copy color: '#AA033B'

red 170 ◦ green 3 ◦ blue 59

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

Shades of Cardinal #AA033B

Tints of Cardinal #AA033B

RGB

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

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

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

R = 73.28%
G = 1.29%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA033B (or 0xAA033B) is known color: Cardinal. HEX triplet: AA, 03 and 3B. RGB value is (170,3,59). Sum of RGB (Red+Green+Blue) = 170+3+59=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA033B is #55FCC4. Grayscale: #3B3B3B. Windows color (decimal): -5635269 or 3867562. OLE color: 3867562.

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

Color convert

RGB 170 3 59 -
CMYK 0 0.98 0.65 0.33
HSL 339.88º 0.97% 0.34% -
HSV(B) 339.88º 0.98% 0.67% -
XYZ 17.4 8.93 4.94 -
YUV 59.32 127.83 206.95 -
System Red Green Blue C M Y K H S L
Decimal 170 3 59 0 0.98 0.65 0.33 339.88 0.97 0.34
Hex AA 3 3B 0 62 41 21 154 61 22
Octal 252 3 73 0 142 101 41 524 141 42
Binary 10101010 11 111011 0 1100010 1000001 100001 101010100 1100001 100010

Color Harmonies of #AA033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA033B

Black with #AA033B

Text Example


Text Example

White with #AA033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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