#AB413C

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

Shades of Medium Carmine #AB413C

Tints of Medium Carmine #AB413C

Color information

#AB413C (or 0xAB413C) is unknown color: approx Medium Carmine. HEX triplet: AB, 41 and 3C. RGB value is (171,65,60). Sum of RGB (Red+Green+Blue) = 171+65+60=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB413C is #54BEC3. Grayscale: #606060. Windows color (decimal): -5553860 or 3948971. OLE color: 3948971.

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

Color convert

RGB1716560-
CMYK00.620.650.33
HSL2.7º48.05%45.29%-
HSV(B)2.7º64.91%67.06%-
XYZ19.512.765.71-
YUV96.12107.62181.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.77%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=57.77%
G=21.96%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171656000.620.650.332.748.0545.29
HexAB413C03E41213302d
Octal253101740761014136055
Binary1010101110000011111000111110100000110000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB413C; }

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

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

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

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

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

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

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

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