#aa4238

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

Shades of Medium Carmine #AA4238

Tints of Medium Carmine #AA4238

Color information

#AA4238 (or 0xAA4238) is unknown color: approx Medium Carmine. HEX triplet: AA, 42 and 38. RGB value is (170,66,56). Sum of RGB (Red+Green+Blue) = 170+66+56=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4238 is #55BDC7. Grayscale: #606060. Windows color (decimal): -5619144 or 3687082. OLE color: 3687082.

HSL color Cylindrical-coordinate representation of color #AA4238: hue angle of 5.26º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4238 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1706656-
CMYK00.610.670.33
HSL5.26º50.44%44.31%-
HSV(B)5.26º67.06%66.67%-
XYZ19.2412.735.18-
YUV95.96105.46180.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.22%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=58.22%
G=22.60%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170665600.610.670.335.2650.4444.31
HexAA423803D43215322c
Octal252102700751034156254
Binary10101010100001011100001111011000011100001101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4238; }

 p { color: rgb(170,66,56); }

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

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

 a { background-color: rgb(170,66,56); }

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

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

 span { border-color: rgb(170,66,56); }

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