Html Css Color HEX #AA0A3F Cardinal

📋 copy color: '#AA0A3F'

red 170 ◦ green 10 ◦ blue 63

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

Shades of Cardinal #AA0A3F

Tints of Cardinal #AA0A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.12%

 BLUE value IS 63 (25% from 255) = 25.93%

R = 69.96%
G = 4.12%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA0A3F (or 0xAA0A3F) is known color: Cardinal. HEX triplet: AA, 0A and 3F. RGB value is (170,10,63). Sum of RGB (Red+Green+Blue) = 170+10+63=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A3F is #55F5C0. Grayscale: #3F3F3F. Windows color (decimal): -5633473 or 4131498. OLE color: 4131498.

HSL color Cylindrical-coordinate representation of color #AA0A3F: hue angle of 340.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A3F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 10 63 -
CMYK 0 0.94 0.63 0.33
HSL 340.13º 0.89% 0.35% -
HSV(B) 340.13º 0.94% 0.67% -
XYZ 17.58 9.12 5.54 -
YUV 63.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 170 10 63 0 0.94 0.63 0.33 340.13 0.89 0.35
Hex AA A 3F 0 5E 3F 21 154 59 23
Octal 252 12 77 0 136 77 41 524 131 43
Binary 10101010 1010 111111 0 1011110 111111 100001 101010100 1011001 100011

Color Harmonies of #AA0A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A3F

Black with #AA0A3F

Text Example


Text Example

White with #AA0A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A3F; }

 p { color: rgb(170,10,63); }

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

background-color css

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

 a { background-color: rgb(170,10,63); }

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

border-color css

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

 span { border-color: rgb(170,10,63); }

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