#AE3821

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

Shades of Medium Carmine #AE3821

Tints of Medium Carmine #AE3821

Color information

#AE3821 (or 0xAE3821) is unknown color: approx Medium Carmine. HEX triplet: AE, 38 and 21. RGB value is (174,56,33). Sum of RGB (Red+Green+Blue) = 174+56+33=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3821 is #51C7DE. Grayscale: #585858. Windows color (decimal): -5359583 or 2177198. OLE color: 2177198.

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

Color convert

RGB1745633-
CMYK00.680.810.32
HSL9.79º68.12%40.59%-
HSV(B)9.79º81.03%68.24%-
XYZ19.1411.942.73-
YUV88.6696.59188.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=66.16%
G=21.29%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174563300.680.810.329.7968.1240.59
HexAE38210445120a4429
Octal25670410104121401210451
Binary1010111011100010000101000100101000110000010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3821; }

 p { color: rgb(174,56,33); }

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

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

 a { background-color: rgb(174,56,33); }

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

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

 span { border-color: rgb(174,56,33); }

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