Html Css Color HEX #AA073C Cardinal

📋 copy color: '#AA073C'

red 170 ◦ green 7 ◦ blue 60

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

Shades of Cardinal #AA073C

Tints of Cardinal #AA073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

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

R = 71.73%
G = 2.95%
B = 25.32%

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

#AA073C (or 0xAA073C) is known color: Cardinal. HEX triplet: AA, 07 and 3C. RGB value is (170,7,60). Sum of RGB (Red+Green+Blue) = 170+7+60=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA073C is #55F8C3. Grayscale: #3D3D3D. Windows color (decimal): -5634244 or 3934122. OLE color: 3934122.

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

Color convert

RGB 170 7 60 -
CMYK 0 0.96 0.65 0.33
HSL 340.49º 0.92% 0.35% -
HSV(B) 340.49º 0.96% 0.67% -
XYZ 17.47 9.02 5.1 -
YUV 61.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 170 7 60 0 0.96 0.65 0.33 340.49 0.92 0.35
Hex AA 7 3C 0 60 41 21 154 5C 23
Octal 252 7 74 0 140 101 41 524 134 43
Binary 10101010 111 111100 0 1100000 1000001 100001 101010100 1011100 100011

Color Harmonies of #AA073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA073C

Black with #AA073C

Text Example


Text Example

White with #AA073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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