#AB3930

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

Shades of Medium Carmine #AB3930

Tints of Medium Carmine #AB3930

Color information

#AB3930 (or 0xAB3930) is unknown color: approx Medium Carmine. HEX triplet: AB, 39 and 30. RGB value is (171,57,48). Sum of RGB (Red+Green+Blue) = 171+57+48=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3930 is #54C6CF. Grayscale: #5A5A5A. Windows color (decimal): -5555920 or 3160491. OLE color: 3160491.

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

Color convert

RGB1715748-
CMYK00.670.720.33
HSL4.39º56.16%42.94%-
HSV(B)4.39º71.93%67.06%-
XYZ18.7911.84.08-
YUV90.06104.27185.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.96%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=61.96%
G=20.65%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171574800.670.720.334.3956.1642.94
HexAB393004348214382b
Octal253716001031104147053
Binary10101011111001110000010000111001000100001100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3930; }

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

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

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

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

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

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

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

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