#AA0B3F

Color #AA0B3F Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AA0B3F

Tints of Cardinal #AA0B3F

Color information

#AA0B3F (or 0xAA0B3F) is unknown color: approx Cardinal. HEX triplet: AA, 0B and 3F. RGB value is (170,11,63). Sum of RGB (Red+Green+Blue) = 170+11+63=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B3F is #55F4C0. Grayscale: #404040. Windows color (decimal): -5633217 or 4131754. OLE color: 4131754.

HSL color Cylindrical-coordinate representation of color #AA0B3F: hue angle of 340.38º degrees, saturation: 0.88, 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 #AA0B3F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1701163-
CMYK00.940.630.33
HSL340.38º87.85%35.49%-
HSV(B)340.38º93.53%66.67%-
XYZ17.599.145.54-
YUV64.47127.18203.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.67%
GREEN value IS 11 (4.69% from 255) = 4.51%
BLUE value IS 63 (25% from 255) = 25.82%
R=69.67%
G=4.51%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170116300.940.630.33340.3887.8535.49
HexAAB3F05E3F211545823
Octal25213770136774152413043
Binary101010101011111111010111101111111000011010101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B3F; }

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

 H1.HeaderClassName
 {
   color: #AA0B3F;
 }
 .AnyTagClassName
 {
   color: #AA0B3F;
 }
</style>
background-color css

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

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

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

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

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

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