Html Css Color HEX #AA043B Cardinal

📋 copy color: '#AA043B'

red 170 ◦ green 4 ◦ blue 59

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

Shades of Cardinal #AA043B

Tints of Cardinal #AA043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 72.96%
G = 1.72%
B = 25.32%

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

#AA043B (or 0xAA043B) is known color: Cardinal. HEX triplet: AA, 04 and 3B. RGB value is (170,4,59). Sum of RGB (Red+Green+Blue) = 170+4+59=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA043B is #55FBC4. Grayscale: #3B3B3B. Windows color (decimal): -5635013 or 3867818. OLE color: 3867818.

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

Color convert

RGB 170 4 59 -
CMYK 0 0.98 0.65 0.33
HSL 340.12º 0.95% 0.34% -
HSV(B) 340.12º 0.98% 0.67% -
XYZ 17.41 8.95 4.95 -
YUV 59.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 170 4 59 0 0.98 0.65 0.33 340.12 0.95 0.34
Hex AA 4 3B 0 62 41 21 154 5F 22
Octal 252 4 73 0 142 101 41 524 137 42
Binary 10101010 100 111011 0 1100010 1000001 100001 101010100 1011111 100010

Color Harmonies of #AA043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA043B

Black with #AA043B

Text Example


Text Example

White with #AA043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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