#AB3C2A

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

Shades of Medium Carmine #AB3C2A

Tints of Medium Carmine #AB3C2A

Color information

#AB3C2A (or 0xAB3C2A) is unknown color: approx Medium Carmine. HEX triplet: AB, 3C and 2A. RGB value is (171,60,42). Sum of RGB (Red+Green+Blue) = 171+60+42=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C2A is #54C3D5. Grayscale: #5B5B5B. Windows color (decimal): -5555158 or 2768043. OLE color: 2768043.

HSL color Cylindrical-coordinate representation of color #AB3C2A: hue angle of 8.37º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3C2A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1716042-
CMYK00.650.750.33
HSL8.37º60.56%41.76%-
HSV(B)8.37º75.44%67.06%-
XYZ18.8312.063.53-
YUV91.14100.27184.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=62.64%
G=21.98%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171604200.650.750.338.3760.5641.76
HexAB3C2A0414B2183d2a
Octal2537452010111341107552
Binary101010111111001010100100000110010111000011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C2A; }

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

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

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

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

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

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

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

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