#AE4328

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

Shades of Medium Carmine #AE4328

Tints of Medium Carmine #AE4328

Color information

#AE4328 (or 0xAE4328) is unknown color: approx Medium Carmine. HEX triplet: AE, 43 and 28. RGB value is (174,67,40). Sum of RGB (Red+Green+Blue) = 174+67+40=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4328 is #51BCD7. Grayscale: #606060. Windows color (decimal): -5356760 or 2638766. OLE color: 2638766.

HSL color Cylindrical-coordinate representation of color #AE4328: hue angle of 12.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE4328 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB1746740-
CMYK00.610.770.32
HSL12.09º62.62%41.96%-
HSV(B)12.09º77.01%68.24%-
XYZ19.8513.173.5-
YUV95.9296.45183.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=61.92%
G=23.84%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174674000.610.770.3212.0962.6241.96
HexAE432803D4D20c3f2a
Octal2561035007511540147752
Binary101011101000011101000011110110011011000001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4328; }

 p { color: rgb(174,67,40); }

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

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

 a { background-color: rgb(174,67,40); }

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

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

 span { border-color: rgb(174,67,40); }

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