#AE483A

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

Shades of Medium Carmine #AE483A

Tints of Medium Carmine #AE483A

Color information

#AE483A (or 0xAE483A) is unknown color: approx Medium Carmine. HEX triplet: AE, 48 and 3A. RGB value is (174,72,58). Sum of RGB (Red+Green+Blue) = 174+72+58=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE483A is #51B7C5. Grayscale: #656565. Windows color (decimal): -5355462 or 3819694. OLE color: 3819694.

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

Color convert

RGB1747258-
CMYK00.590.670.32
HSL7.24º50%45.49%-
HSV(B)7.24º66.67%68.24%-
XYZ20.5413.945.61-
YUV100.9103.79180.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.24%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=57.24%
G=23.68%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174725800.590.670.327.245045.49
HexAE483A03B43207322d
Octal256110720731034076255
Binary10101110100100011101001110111000011100000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE483A; }

 p { color: rgb(174,72,58); }

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

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

 a { background-color: rgb(174,72,58); }

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

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

 span { border-color: rgb(174,72,58); }

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