#AB423A

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

Shades of Medium Carmine #AB423A

Tints of Medium Carmine #AB423A

Color information

#AB423A (or 0xAB423A) is unknown color: approx Medium Carmine. HEX triplet: AB, 42 and 3A. RGB value is (171,66,58). Sum of RGB (Red+Green+Blue) = 171+66+58=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB423A is #54BDC5. Grayscale: #606060. Windows color (decimal): -5553606 or 3818155. OLE color: 3818155.

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

Color convert

RGB1716658-
CMYK00.610.660.33
HSL4.25º49.34%44.9%-
HSV(B)4.25º66.08%67.06%-
XYZ19.5112.865.46-
YUV96.48106.29181.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=57.97%
G=22.37%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171665800.610.660.334.2549.3444.9
HexAB423A03D42214312d
Octal253102720751024146155
Binary10101011100001011101001111011000010100001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB423A; }

 p { color: rgb(171,66,58); }

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

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

 a { background-color: rgb(171,66,58); }

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

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

 span { border-color: rgb(171,66,58); }

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