#AB3B37

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

Shades of Medium Carmine #AB3B37

Tints of Medium Carmine #AB3B37

Color information

#AB3B37 (or 0xAB3B37) is unknown color: approx Medium Carmine. HEX triplet: AB, 3B and 37. RGB value is (171,59,55). Sum of RGB (Red+Green+Blue) = 171+59+55=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B37 is #54C4C8. Grayscale: #5C5C5C. Windows color (decimal): -5555401 or 3619755. OLE color: 3619755.

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

Color convert

RGB1715955-
CMYK00.650.680.33
HSL2.07º51.33%44.31%-
HSV(B)2.07º67.84%67.06%-
XYZ19.0512.064.94-
YUV92.03107.11184.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 55 (21.88% from 255) = 19.30%
R=60%
G=20.70%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171595500.650.680.332.0751.3344.31
HexAB3B3704144212332c
Octal253736701011044126354
Binary1010101111101111011101000001100010010000110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B37; }

 p { color: rgb(171,59,55); }

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

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

 a { background-color: rgb(171,59,55); }

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

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

 span { border-color: rgb(171,59,55); }

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