#AB443A

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

Shades of Medium Carmine #AB443A

Tints of Medium Carmine #AB443A

Color information

#AB443A (or 0xAB443A) is unknown color: approx Medium Carmine. HEX triplet: AB, 44 and 3A. RGB value is (171,68,58). Sum of RGB (Red+Green+Blue) = 171+68+58=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB443A is #54BBC5. Grayscale: #616161. Windows color (decimal): -5553094 or 3818667. OLE color: 3818667.

HSL color Cylindrical-coordinate representation of color #AB443A: hue angle of 5.31º 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 #AB443A is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1716858-
CMYK00.600.660.33
HSL5.31º49.34%44.9%-
HSV(B)5.31º66.08%67.06%-
XYZ19.6313.15.5-
YUV97.66105.62180.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=57.58%
G=22.90%
B=19.53%

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
Decimal171685800.600.660.335.3149.3444.9
HexAB443A03C42215312d
Octal253104720741024156155
Binary10101011100010011101001111001000010100001101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB443A; }

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

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

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

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

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

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

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

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