#AE0929

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

Shades of Carmine #AE0929

Tints of Carmine #AE0929

Color information

#AE0929 (or 0xAE0929) is unknown color: approx Carmine. HEX triplet: AE, 09 and 29. RGB value is (174,9,41). Sum of RGB (Red+Green+Blue) = 174+9+41=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0929 is #51F6D6. Grayscale: #3E3E3E. Windows color (decimal): -5371607 or 2689454. OLE color: 2689454.

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

Color convert

RGB174941-
CMYK00.950.760.32
HSL348.36º90.16%35.88%-
HSV(B)348.36º94.83%68.24%-
XYZ17.959.352.96-
YUV61.98116.16207.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 77.68%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=77.68%
G=4.02%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17494100.950.760.32348.3690.1635.88
HexAE92905F4C2015c5a24
Octal256115101371144053413244
Binary1010111010011010010101111110011001000001010111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0929; }

 p { color: rgb(174,9,41); }

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

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

 a { background-color: rgb(174,9,41); }

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

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

 span { border-color: rgb(174,9,41); }

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