Html Css Color HEX #AA063C Cardinal

📋 copy color: '#AA063C'

red 170 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #AA063C

Tints of Cardinal #AA063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 72.03%
G = 2.54%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA063C (or 0xAA063C) is known color: Cardinal. HEX triplet: AA, 06 and 3C. RGB value is (170,6,60). Sum of RGB (Red+Green+Blue) = 170+6+60=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA063C is #55F9C3. Grayscale: #3D3D3D. Windows color (decimal): -5634500 or 3933866. OLE color: 3933866.

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

Color convert

RGB 170 6 60 -
CMYK 0 0.96 0.65 0.33
HSL 340.24º 0.93% 0.35% -
HSV(B) 340.24º 0.96% 0.67% -
XYZ 17.46 9 5.09 -
YUV 61.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 170 6 60 0 0.96 0.65 0.33 340.24 0.93 0.35
Hex AA 6 3C 0 60 41 21 154 5D 23
Octal 252 6 74 0 140 101 41 524 135 43
Binary 10101010 110 111100 0 1100000 1000001 100001 101010100 1011101 100011

Color Harmonies of #AA063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA063C

Black with #AA063C

Text Example


Text Example

White with #AA063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA063C; }

 p { color: rgb(170,6,60); }

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

background-color css

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

 a { background-color: rgb(170,6,60); }

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

border-color css

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

 span { border-color: rgb(170,6,60); }

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