#AB3A30

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

Shades of Medium Carmine #AB3A30

Tints of Medium Carmine #AB3A30

Color information

#AB3A30 (or 0xAB3A30) is unknown color: approx Medium Carmine. HEX triplet: AB, 3A and 30. RGB value is (171,58,48). Sum of RGB (Red+Green+Blue) = 171+58+48=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A30 is #54C5CF. Grayscale: #5A5A5A. Windows color (decimal): -5555664 or 3160747. OLE color: 3160747.

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

Color convert

RGB1715848-
CMYK00.660.720.33
HSL4.88º56.16%42.94%-
HSV(B)4.88º71.93%67.06%-
XYZ18.8411.94.1-
YUV90.65103.94185.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.73%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=61.73%
G=20.94%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171584800.660.720.334.8856.1642.94
HexAB3A3004248215382b
Octal253726001021104157053
Binary10101011111010110000010000101001000100001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A30; }

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

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

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

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

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

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

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

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