#a4121c

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

Shades of Carmine #A4121C

Tints of Carmine #A4121C

Color information

#A4121C (or 0xA4121C) is unknown color: approx Carmine. HEX triplet: A4, 12 and 1C. RGB value is (164,18,28). Sum of RGB (Red+Green+Blue) = 164+18+28=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A4121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4121C is #5BEDE3. Grayscale: #3E3E3E. Windows color (decimal): -6024676 or 1839780. OLE color: 1839780.

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

Color convert

RGB1641828-
CMYK00.890.830.36
HSL355.89º80.22%35.69%-
HSV(B)355.89º89.02%64.31%-
XYZ15.748.411.89-
YUV62.79108.37200.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 78.10%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=78.10%
G=8.57%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164182800.890.830.36355.8980.2235.69
HexA4121C05953241645024
Octal244223401311234454412044
Binary1010010010010111000101100110100111001001011001001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4121c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4121c; }

 p { color: rgb(164,18,28); }

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

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

 a { background-color: rgb(164,18,28); }

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

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

 span { border-color: rgb(164,18,28); }

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