#ab453a

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

Shades of Medium Carmine #AB453A

Tints of Medium Carmine #AB453A

Color information

#AB453A (or 0xAB453A) is unknown color: approx Medium Carmine. HEX triplet: AB, 45 and 3A. RGB value is (171,69,58). Sum of RGB (Red+Green+Blue) = 171+69+58=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB453A is #54BAC5. Grayscale: #626262. Windows color (decimal): -5552838 or 3818923. OLE color: 3818923.

HSL color Cylindrical-coordinate representation of color #AB453A: hue angle of 5.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB453A is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1716958-
CMYK00.600.660.33
HSL5.84º49.34%44.9%-
HSV(B)5.84º66.08%67.06%-
XYZ19.6913.225.52-
YUV98.24105.29179.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=57.38%
G=23.15%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171695800.600.660.335.8449.3444.9
HexAB453A03C42216312d
Octal253105720741024166155
Binary10101011100010111101001111001000010100001110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab453a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab453a; }

 p { color: rgb(171,69,58); }

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

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

 a { background-color: rgb(171,69,58); }

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

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

 span { border-color: rgb(171,69,58); }

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