#AB403D

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

Shades of Medium Carmine #AB403D

Tints of Medium Carmine #AB403D

Color information

#AB403D (or 0xAB403D) is unknown color: approx Medium Carmine. HEX triplet: AB, 40 and 3D. RGB value is (171,64,61). Sum of RGB (Red+Green+Blue) = 171+64+61=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB403D is #54BFC2. Grayscale: #5F5F5F. Windows color (decimal): -5554115 or 4014251. OLE color: 4014251.

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

Color convert

RGB1716461-
CMYK00.630.640.33
HSL1.64º47.41%45.49%-
HSV(B)1.64º64.33%67.06%-
XYZ19.4712.665.83-
YUV95.65108.45181.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.77%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=57.77%
G=21.62%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171646100.630.640.331.6447.4145.49
HexAB403D03F402122f2d
Octal253100750771004125755
Binary1010101110000001111010111111100000010000110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB403D; }

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

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

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

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

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

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

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

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