#AE433A

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

Shades of Medium Carmine #AE433A

Tints of Medium Carmine #AE433A

Color information

#AE433A (or 0xAE433A) is unknown color: approx Medium Carmine. HEX triplet: AE, 43 and 3A. RGB value is (174,67,58). Sum of RGB (Red+Green+Blue) = 174+67+58=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE433A is #51BCC5. Grayscale: #626262. Windows color (decimal): -5356742 or 3818414. OLE color: 3818414.

HSL color Cylindrical-coordinate representation of color #AE433A: hue angle of 4.66º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE433A is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1746758-
CMYK00.610.670.32
HSL4.66º50%45.49%-
HSV(B)4.66º66.67%68.24%-
XYZ20.2313.325.51-
YUV97.97105.45182.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=58.19%
G=22.41%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174675800.610.670.324.665045.49
HexAE433A03D43205322d
Octal256103720751034056255
Binary10101110100001111101001111011000011100000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE433A; }

 p { color: rgb(174,67,58); }

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

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

 a { background-color: rgb(174,67,58); }

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

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

 span { border-color: rgb(174,67,58); }

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