#AE3B2B

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

Shades of Medium Carmine #AE3B2B

Tints of Medium Carmine #AE3B2B

Color information

#AE3B2B (or 0xAE3B2B) is unknown color: approx Medium Carmine. HEX triplet: AE, 3B and 2B. RGB value is (174,59,43). Sum of RGB (Red+Green+Blue) = 174+59+43=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3B2B is #51C4D4. Grayscale: #5B5B5B. Windows color (decimal): -5358805 or 2833326. OLE color: 2833326.

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

Color convert

RGB1745943-
CMYK00.660.750.32
HSL7.33º60.37%42.55%-
HSV(B)7.33º75.29%68.24%-
XYZ19.4612.33.63-
YUV91.56100.6186.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 59 (23.44% from 255) = 21.38%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=63.04%
G=21.38%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174594300.660.750.327.3360.3742.55
HexAE3B2B0424B2073c2b
Octal256735301021134077453
Binary10101110111011101011010000101001011100000111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3B2B; }

 p { color: rgb(174,59,43); }

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

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

 a { background-color: rgb(174,59,43); }

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

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

 span { border-color: rgb(174,59,43); }

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