#AA0F3F

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

Shades of Cardinal #AA0F3F

Tints of Cardinal #AA0F3F

Color information

#AA0F3F (or 0xAA0F3F) is unknown color: approx Cardinal. HEX triplet: AA, 0F and 3F. RGB value is (170,15,63). Sum of RGB (Red+Green+Blue) = 170+15+63=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F3F is #55F0C0. Grayscale: #424242. Windows color (decimal): -5632193 or 4132778. OLE color: 4132778.

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

Color convert

RGB1701563-
CMYK00.910.630.33
HSL341.42º83.78%36.27%-
HSV(B)341.42º91.18%66.67%-
XYZ17.659.255.56-
YUV66.82125.85201.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 15 (6.25% from 255) = 6.05%
BLUE value IS 63 (25% from 255) = 25.40%
R=68.55%
G=6.05%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170156300.910.630.33341.4283.7836.27
HexAAF3F05B3F211555424
Octal25217770133774152512444
Binary101010101111111111010110111111111000011010101011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F3F; }

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

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

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

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

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

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

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

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