#A41122

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

Shades of Carmine #A41122

Tints of Carmine #A41122

Color information

#A41122 (or 0xA41122) is unknown color: approx Carmine. HEX triplet: A4, 11 and 22. RGB value is (164,17,34). Sum of RGB (Red+Green+Blue) = 164+17+34=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A41122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41122 is #5BEEDD. Grayscale: #3E3E3E. Windows color (decimal): -6024926 or 2232740. OLE color: 2232740.

HSL color Cylindrical-coordinate representation of color #A41122: hue angle of 353.06º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41122 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1641734-
CMYK00.900.790.36
HSL353.06º81.22%35.49%-
HSV(B)353.06º89.63%64.31%-
XYZ15.88.412.3-
YUV62.89111.7200.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 76.28%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=76.28%
G=7.91%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164173400.900.790.36353.0681.2235.49
HexA4112205A4F241615123
Octal244214201321174454112143
Binary10100100100011000100101101010011111001001011000011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41122; }

 p { color: rgb(164,17,34); }

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

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

 a { background-color: rgb(164,17,34); }

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

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

 span { border-color: rgb(164,17,34); }

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