#AB3B38

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

Shades of Medium Carmine #AB3B38

Tints of Medium Carmine #AB3B38

Color information

#AB3B38 (or 0xAB3B38) is unknown color: approx Medium Carmine. HEX triplet: AB, 3B and 38. RGB value is (171,59,56). Sum of RGB (Red+Green+Blue) = 171+59+56=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B38 is #54C4C7. Grayscale: #5C5C5C. Windows color (decimal): -5555400 or 3685291. OLE color: 3685291.

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

Color convert

RGB1715956-
CMYK00.650.670.33
HSL1.57º50.66%44.51%-
HSV(B)1.57º67.25%67.06%-
XYZ19.0712.075.07-
YUV92.15107.61184.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=59.79%
G=20.63%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171595600.650.670.331.5750.6644.51
HexAB3B3804143212332d
Octal253737001011034126355
Binary1010101111101111100001000001100001110000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B38; }

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

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

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

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

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

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

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

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