#AE0C2A

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

Shades of Carmine #AE0C2A

Tints of Carmine #AE0C2A

Color information

#AE0C2A (or 0xAE0C2A) is unknown color: approx Carmine. HEX triplet: AE, 0C and 2A. RGB value is (174,12,42). Sum of RGB (Red+Green+Blue) = 174+12+42=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C2A is #51F3D5. Grayscale: #3F3F3F. Windows color (decimal): -5370838 or 2755758. OLE color: 2755758.

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

Color convert

RGB1741242-
CMYK00.930.760.32
HSL348.89º87.1%36.47%-
HSV(B)348.89º93.1%68.24%-
XYZ189.433.06-
YUV63.86115.67206.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.32%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=76.32%
G=5.26%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174124200.930.760.32348.8987.136.47
HexAEC2A05D4C2015d5724
Octal256145201351144053512744
Binary1010111011001010100101110110011001000001010111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C2A; }

 p { color: rgb(174,12,42); }

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

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

 a { background-color: rgb(174,12,42); }

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

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

 span { border-color: rgb(174,12,42); }

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