#AE3933

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

Shades of Medium Carmine #AE3933

Tints of Medium Carmine #AE3933

Color information

#AE3933 (or 0xAE3933) is unknown color: approx Medium Carmine. HEX triplet: AE, 39 and 33. RGB value is (174,57,51). Sum of RGB (Red+Green+Blue) = 174+57+51=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3933 is #51C6CC. Grayscale: #5B5B5B. Windows color (decimal): -5359309 or 3357102. OLE color: 3357102.

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

Color convert

RGB1745751-
CMYK00.670.710.32
HSL2.93º54.67%44.12%-
HSV(B)2.93º70.69%68.24%-
XYZ19.5212.164.45-
YUV91.3105.26186.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.70%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=61.70%
G=20.21%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174575100.670.710.322.9354.6744.12
HexAE393304347203372c
Octal256716301031074036754
Binary1010111011100111001101000011100011110000011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3933; }

 p { color: rgb(174,57,51); }

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

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

 a { background-color: rgb(174,57,51); }

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

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

 span { border-color: rgb(174,57,51); }

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