#AB3C34

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

Shades of Medium Carmine #AB3C34

Tints of Medium Carmine #AB3C34

Color information

#AB3C34 (or 0xAB3C34) is unknown color: approx Medium Carmine. HEX triplet: AB, 3C and 34. RGB value is (171,60,52). Sum of RGB (Red+Green+Blue) = 171+60+52=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C34 is #54C3CB. Grayscale: #5C5C5C. Windows color (decimal): -5555148 or 3423403. OLE color: 3423403.

HSL color Cylindrical-coordinate representation of color #AB3C34: hue angle of 4.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3C34 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1716052-
CMYK00.650.700.33
HSL4.03º53.36%43.73%-
HSV(B)4.03º69.59%67.06%-
XYZ19.0312.144.59-
YUV92.28105.27184.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.42%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=60.42%
G=21.20%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171605200.650.700.334.0353.3643.73
HexAB3C3404146214352c
Octal253746401011064146554
Binary10101011111100110100010000011000110100001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C34; }

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

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

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

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

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

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

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

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