#AE402B

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

Shades of Medium Carmine #AE402B

Tints of Medium Carmine #AE402B

Color information

#AE402B (or 0xAE402B) is unknown color: approx Medium Carmine. HEX triplet: AE, 40 and 2B. RGB value is (174,64,43). Sum of RGB (Red+Green+Blue) = 174+64+43=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE402B is #51BFD4. Grayscale: #5E5E5E. Windows color (decimal): -5357525 or 2834606. OLE color: 2834606.

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

Color convert

RGB1746443-
CMYK00.630.750.32
HSL9.62º60.37%42.55%-
HSV(B)9.62º75.29%68.24%-
XYZ19.7312.843.72-
YUV94.598.94184.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=61.92%
G=22.78%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174644300.630.750.329.6260.3742.55
HexAE402B03F4B20a3c2b
Octal2561005307711340127453
Binary101011101000000101011011111110010111000001010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE402B; }

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

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

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

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

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

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

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

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