#AB413D

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

Shades of Medium Carmine #AB413D

Tints of Medium Carmine #AB413D

Color information

#AB413D (or 0xAB413D) is unknown color: approx Medium Carmine. HEX triplet: AB, 41 and 3D. RGB value is (171,65,61). Sum of RGB (Red+Green+Blue) = 171+65+61=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB413D is #54BEC2. Grayscale: #606060. Windows color (decimal): -5553859 or 4014507. OLE color: 4014507.

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

Color convert

RGB1716561-
CMYK00.620.640.33
HSL2.18º47.41%45.49%-
HSV(B)2.18º64.33%67.06%-
XYZ19.5312.785.85-
YUV96.24108.12181.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=57.58%
G=21.89%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171656100.620.640.332.1847.4145.49
HexAB413D03E402122f2d
Octal253101750761004125755
Binary1010101110000011111010111110100000010000110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB413D; }

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

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

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

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

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

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

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

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