#AB3A34

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

Shades of Medium Carmine #AB3A34

Tints of Medium Carmine #AB3A34

Color information

#AB3A34 (or 0xAB3A34) is unknown color: approx Medium Carmine. HEX triplet: AB, 3A and 34. RGB value is (171,58,52). Sum of RGB (Red+Green+Blue) = 171+58+52=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A34 is #54C5CB. Grayscale: #5B5B5B. Windows color (decimal): -5555660 or 3422891. OLE color: 3422891.

HSL color Cylindrical-coordinate representation of color #AB3A34: hue angle of 3.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3A34 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1715852-
CMYK00.660.700.33
HSL3.03º53.36%43.73%-
HSV(B)3.03º69.59%67.06%-
XYZ18.9311.934.55-
YUV91.1105.94184.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=60.85%
G=20.64%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171585200.660.700.333.0353.3643.73
HexAB3A3404246213352c
Octal253726401021064136554
Binary1010101111101011010001000010100011010000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A34; }

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

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

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

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

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

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

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

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