#AE0922

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

Shades of Carmine #AE0922

Tints of Carmine #AE0922

Color information

#AE0922 (or 0xAE0922) is unknown color: approx Carmine. HEX triplet: AE, 09 and 22. RGB value is (174,9,34). Sum of RGB (Red+Green+Blue) = 174+9+34=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0922 is #51F6DD. Grayscale: #3D3D3D. Windows color (decimal): -5371614 or 2230702. OLE color: 2230702.

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

Color convert

RGB174934-
CMYK00.950.800.32
HSL350.91º90.16%35.88%-
HSV(B)350.91º94.83%68.24%-
XYZ17.849.312.37-
YUV61.18112.66208.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.18%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 34 (13.67% from 255) = 15.67%
R=80.18%
G=4.15%
B=15.67%

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
Decimal17493400.950.800.32350.9190.1635.88
HexAE92205F502015f5a24
Octal256114201371204053713244
Binary1010111010011000100101111110100001000001010111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0922; }

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

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

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

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

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

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

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

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