#A40138

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

Shades of Carmine #A40138

Tints of Carmine #A40138

Color information

#A40138 (or 0xA40138) is unknown color: approx Carmine. HEX triplet: A4, 01 and 38. RGB value is (164,1,56). Sum of RGB (Red+Green+Blue) = 164+1+56=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A40138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40138 is #5BFEC7. Grayscale: #373737. Windows color (decimal): -6029000 or 3670436. OLE color: 3670436.

HSL color Cylindrical-coordinate representation of color #A40138: hue angle of 339.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40138 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB164156-
CMYK00.990.660.36
HSL339.75º98.79%32.35%-
HSV(B)339.75º99.39%64.31%-
XYZ16.038.24.48-
YUV56.01128205.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 74.21%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=74.21%
G=0.45%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415600.990.660.36339.7598.7932.35
HexA413806342241546320
Octal24417001431024452414340
Binary1010010011110000110001110000101001001010101001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40138; }

 p { color: rgb(164,1,56); }

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

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

 a { background-color: rgb(164,1,56); }

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

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

 span { border-color: rgb(164,1,56); }

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