#AE433B

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

Shades of Medium Carmine #AE433B

Tints of Medium Carmine #AE433B

Color information

#AE433B (or 0xAE433B) is unknown color: approx Medium Carmine. HEX triplet: AE, 43 and 3B. RGB value is (174,67,59). Sum of RGB (Red+Green+Blue) = 174+67+59=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE433B is #51BCC4. Grayscale: #626262. Windows color (decimal): -5356741 or 3883950. OLE color: 3883950.

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

Color convert

RGB1746759-
CMYK00.610.660.32
HSL4.17º49.36%45.69%-
HSV(B)4.17º66.09%68.24%-
XYZ20.2513.335.64-
YUV98.08105.95182.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=58%
G=22.33%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174675900.610.660.324.1749.3645.69
HexAE433B03D42204312e
Octal256103730751024046156
Binary10101110100001111101101111011000010100000100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE433B; }

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

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

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

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

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

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

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

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