#AB4230

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

Shades of Medium Carmine #AB4230

Tints of Medium Carmine #AB4230

Color information

#AB4230 (or 0xAB4230) is unknown color: approx Medium Carmine. HEX triplet: AB, 42 and 30. RGB value is (171,66,48). Sum of RGB (Red+Green+Blue) = 171+66+48=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4230 is #54BDCF. Grayscale: #5F5F5F. Windows color (decimal): -5553616 or 3162795. OLE color: 3162795.

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

Color convert

RGB1716648-
CMYK00.610.720.33
HSL8.78º56.16%42.94%-
HSV(B)8.78º71.93%67.06%-
XYZ19.2812.774.24-
YUV95.34101.29181.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=60%
G=23.16%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171664800.610.720.338.7856.1642.94
HexAB423003D48219382b
Octal2531026007511041117053
Binary101010111000010110000011110110010001000011001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4230; }

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

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

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

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

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

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

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

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