#AC4237

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

Shades of Medium Carmine #AC4237

Tints of Medium Carmine #AC4237

Color information

#AC4237 (or 0xAC4237) is unknown color: approx Medium Carmine. HEX triplet: AC, 42 and 37. RGB value is (172,66,55). Sum of RGB (Red+Green+Blue) = 172+66+55=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4237 is #53BDC8. Grayscale: #606060. Windows color (decimal): -5488073 or 3621548. OLE color: 3621548.

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

Color convert

RGB1726655-
CMYK00.620.680.33
HSL5.64º51.54%44.51%-
HSV(B)5.64º68.02%67.45%-
XYZ19.6512.945.08-
YUV96.44104.62181.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 55 (21.88% from 255) = 18.77%
R=58.70%
G=22.53%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172665500.620.680.335.6451.5444.51
HexAC423703E44216342d
Octal254102670761044166455
Binary10101100100001011011101111101000100100001110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4237; }

 p { color: rgb(172,66,55); }

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

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

 a { background-color: rgb(172,66,55); }

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

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

 span { border-color: rgb(172,66,55); }

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