#AB3F33

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

Shades of Medium Carmine #AB3F33

Tints of Medium Carmine #AB3F33

Color information

#AB3F33 (or 0xAB3F33) is unknown color: approx Medium Carmine. HEX triplet: AB, 3F and 33. RGB value is (171,63,51). Sum of RGB (Red+Green+Blue) = 171+63+51=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F33 is #54C0CC. Grayscale: #5E5E5E. Windows color (decimal): -5554381 or 3358635. OLE color: 3358635.

HSL color Cylindrical-coordinate representation of color #AB3F33: hue angle of 6º degrees, saturation: 0.54, 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 #AB3F33 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1716351-
CMYK00.630.700.33
HSL54.05%43.53%-
HSV(B)70.18%67.06%-
XYZ19.1712.454.53-
YUV93.92103.78182.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=60%
G=22.11%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171635100.630.700.33654.0543.53
HexAB3F3303F46216362c
Octal25377630771064166654
Binary1010101111111111001101111111000110100001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F33; }

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

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

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

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

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

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

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

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