#AE0722

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

Shades of Carmine #AE0722

Tints of Carmine #AE0722

Color information

#AE0722 (or 0xAE0722) is unknown color: approx Carmine. HEX triplet: AE, 07 and 22. RGB value is (174,7,34). Sum of RGB (Red+Green+Blue) = 174+7+34=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0722 is #51F8DD. Grayscale: #3C3C3C. Windows color (decimal): -5372126 or 2230190. OLE color: 2230190.

HSL color Cylindrical-coordinate representation of color #AE0722: hue angle of 350.3º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0722 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB174734-
CMYK00.960.800.32
HSL350.3º92.27%35.49%-
HSV(B)350.3º95.98%68.24%-
XYZ17.829.272.36-
YUV60.01113.33209.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.93%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=80.93%
G=3.26%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17473400.960.800.32350.392.2735.49
HexAE722060502015e5c23
Octal25674201401204053613443
Binary101011101111000100110000010100001000001010111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0722; }

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

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

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

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

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

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

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

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