#AE062B

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

Shades of Carmine #AE062B

Tints of Carmine #AE062B

Color information

#AE062B (or 0xAE062B) is unknown color: approx Carmine. HEX triplet: AE, 06 and 2B. RGB value is (174,6,43). Sum of RGB (Red+Green+Blue) = 174+6+43=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE062B is #51F9D4. Grayscale: #3C3C3C. Windows color (decimal): -5372373 or 2819758. OLE color: 2819758.

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

Color convert

RGB174643-
CMYK00.970.750.32
HSL346.79º93.33%35.29%-
HSV(B)346.79º96.55%68.24%-
XYZ17.969.33.13-
YUV60.45118.16208.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 78.03%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=78.03%
G=2.69%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17464300.970.750.32346.7993.3335.29
HexAE62B0614B2015b5d23
Octal25665301411134053313543
Binary101011101101010110110000110010111000001010110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE062B; }

 p { color: rgb(174,6,43); }

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

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

 a { background-color: rgb(174,6,43); }

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

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

 span { border-color: rgb(174,6,43); }

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