#AE0923

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

Shades of Carmine #AE0923

Tints of Carmine #AE0923

Color information

#AE0923 (or 0xAE0923) is unknown color: approx Carmine. HEX triplet: AE, 09 and 23. RGB value is (174,9,35). Sum of RGB (Red+Green+Blue) = 174+9+35=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0923 is #51F6DC. Grayscale: #3D3D3D. Windows color (decimal): -5371613 or 2296238. OLE color: 2296238.

HSL color Cylindrical-coordinate representation of color #AE0923: hue angle of 350.55º 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 #AE0923 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB174935-
CMYK00.950.800.32
HSL350.55º90.16%35.88%-
HSV(B)350.55º94.83%68.24%-
XYZ17.869.322.45-
YUV61.3113.16208.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.82%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=79.82%
G=4.13%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17493500.950.800.32350.5590.1635.88
HexAE92305F502015f5a24
Octal256114301371204053713244
Binary1010111010011000110101111110100001000001010111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0923; }

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

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

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

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

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

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

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

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