#AA0F32

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

Shades of Cardinal #AA0F32

Tints of Cardinal #AA0F32

Color information

#AA0F32 (or 0xAA0F32) is unknown color: approx Cardinal. HEX triplet: AA, 0F and 32. RGB value is (170,15,50). Sum of RGB (Red+Green+Blue) = 170+15+50=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F32 is #55F0CD. Grayscale: #414141. Windows color (decimal): -5632206 or 3280810. OLE color: 3280810.

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

Color convert

RGB1701550-
CMYK00.910.710.33
HSL346.45º83.78%36.27%-
HSV(B)346.45º91.18%66.67%-
XYZ17.329.123.86-
YUV65.33119.35202.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.34%
GREEN value IS 15 (6.25% from 255) = 6.38%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=72.34%
G=6.38%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170155000.910.710.33346.4583.7836.27
HexAAF3205B472115a5424
Octal252176201331074153212444
Binary1010101011111100100101101110001111000011010110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F32; }

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

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

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

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

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

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

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

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