Html Css Color HEX #AA063B Cardinal

📋 copy color: '#AA063B'

red 170 ◦ green 6 ◦ blue 59

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

Shades of Cardinal #AA063B

Tints of Cardinal #AA063B

RGB

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

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

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

R = 72.34%
G = 2.55%
B = 25.11%

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

#AA063B (or 0xAA063B) is known color: Cardinal. HEX triplet: AA, 06 and 3B. RGB value is (170,6,59). Sum of RGB (Red+Green+Blue) = 170+6+59=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA063B is #55F9C4. Grayscale: #3D3D3D. Windows color (decimal): -5634501 or 3868330. OLE color: 3868330.

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

Color convert

RGB 170 6 59 -
CMYK 0 0.96 0.65 0.33
HSL 340.61º 0.93% 0.35% -
HSV(B) 340.61º 0.96% 0.67% -
XYZ 17.43 8.99 4.95 -
YUV 61.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 170 6 59 0 0.96 0.65 0.33 340.61 0.93 0.35
Hex AA 6 3B 0 60 41 21 155 5D 23
Octal 252 6 73 0 140 101 41 525 135 43
Binary 10101010 110 111011 0 1100000 1000001 100001 101010101 1011101 100011

Color Harmonies of #AA063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA063B

Black with #AA063B

Text Example


Text Example

White with #AA063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA063B; }

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

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

background-color css

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

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

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

border-color css

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

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

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