#AB3F2F

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

Shades of Medium Carmine #AB3F2F

Tints of Medium Carmine #AB3F2F

Color information

#AB3F2F (or 0xAB3F2F) is unknown color: approx Medium Carmine. HEX triplet: AB, 3F and 2F. RGB value is (171,63,47). Sum of RGB (Red+Green+Blue) = 171+63+47=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F2F is #54C0D0. Grayscale: #5D5D5D. Windows color (decimal): -5554385 or 3096491. OLE color: 3096491.

HSL color Cylindrical-coordinate representation of color #AB3F2F: hue angle of 7.74º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3F2F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1716347-
CMYK00.630.730.33
HSL7.74º56.88%42.75%-
HSV(B)7.74º72.51%67.06%-
XYZ19.0912.424.08-
YUV93.47101.78183.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=60.85%
G=22.42%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171634700.630.730.337.7456.8842.75
HexAB3F2F03F49218392b
Octal253775707711141107153
Binary10101011111111101111011111110010011000011000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F2F; }

 p { color: rgb(171,63,47); }

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

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

 a { background-color: rgb(171,63,47); }

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

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

 span { border-color: rgb(171,63,47); }

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