Html Css Color HEX #AA1040 Cardinal

📋 copy color: '#AA1040'

red 170 ◦ green 16 ◦ blue 64

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

Shades of Cardinal #AA1040

Tints of Cardinal #AA1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

 BLUE value IS 64 (25.39% from 255) = 25.6%

R = 68%
G = 6.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA1040 (or 0xAA1040) is known color: Cardinal. HEX triplet: AA, 10 and 40. RGB value is (170,16,64). Sum of RGB (Red+Green+Blue) = 170+16+64=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1040 is #55EFBF. Grayscale: #434343. Windows color (decimal): -5631936 or 4198570. OLE color: 4198570.

HSL color Cylindrical-coordinate representation of color #AA1040: hue angle of 341.3º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1040 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 64 -
CMYK 0 0.91 0.62 0.33
HSL 341.3º 0.83% 0.36% -
HSV(B) 341.3º 0.91% 0.67% -
XYZ 17.69 9.29 5.71 -
YUV 67.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 170 16 64 0 0.91 0.62 0.33 341.3 0.83 0.36
Hex AA 10 40 0 5B 3E 21 155 53 24
Octal 252 20 100 0 133 76 41 525 123 44
Binary 10101010 10000 1000000 0 1011011 111110 100001 101010101 1010011 100100

Color Harmonies of #AA1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1040

Black with #AA1040

Text Example


Text Example

White with #AA1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1040; }

 p { color: rgb(170,16,64); }

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

background-color css

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

 a { background-color: rgb(170,16,64); }

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

border-color css

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

 span { border-color: rgb(170,16,64); }

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