#AB3C3A

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

Shades of Medium Carmine #AB3C3A

Tints of Medium Carmine #AB3C3A

Color information

#AB3C3A (or 0xAB3C3A) is unknown color: approx Medium Carmine. HEX triplet: AB, 3C and 3A. RGB value is (171,60,58). Sum of RGB (Red+Green+Blue) = 171+60+58=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C3A is #54C3C5. Grayscale: #5D5D5D. Windows color (decimal): -5555142 or 3816619. OLE color: 3816619.

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

Color convert

RGB1716058-
CMYK00.650.660.33
HSL1.06º49.34%44.9%-
HSV(B)1.06º66.08%67.06%-
XYZ19.1712.25.35-
YUV92.96108.27183.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 60 (23.83% from 255) = 20.76%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=59.17%
G=20.76%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171605800.650.660.331.0649.3444.9
HexAB3C3A04142211312d
Octal253747201011024116155
Binary101010111111001110100100000110000101000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C3A; }

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

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

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

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

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

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

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

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