#AE071A

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

Shades of Carmine #AE071A

Tints of Carmine #AE071A

Color information

#AE071A (or 0xAE071A) is unknown color: approx Carmine. HEX triplet: AE, 07 and 1A. RGB value is (174,7,26). Sum of RGB (Red+Green+Blue) = 174+7+26=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE071A is #51F8E5. Grayscale: #3B3B3B. Windows color (decimal): -5372134 or 1705902. OLE color: 1705902.

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

Color convert

RGB174726-
CMYK00.960.850.32
HSL353.17º92.27%35.49%-
HSV(B)353.17º95.98%68.24%-
XYZ17.729.231.82-
YUV59.1109.33209.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.06%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=84.06%
G=3.38%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17472600.960.850.32353.1792.2735.49
HexAE71A06055201615c23
Octal25673201401254054113443
Binary10101110111110100110000010101011000001011000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE071A; }

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

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

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

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

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

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

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

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