#A41123

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

Shades of Carmine #A41123

Tints of Carmine #A41123

Color information

#A41123 (or 0xA41123) is unknown color: approx Carmine. HEX triplet: A4, 11 and 23. RGB value is (164,17,35). Sum of RGB (Red+Green+Blue) = 164+17+35=216 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.93% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 164 - color contains mainly: red. Hex color #A41123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41123 is #5BEEDC. Grayscale: #3F3F3F. Windows color (decimal): -6024925 or 2298276. OLE color: 2298276.

HSL color Cylindrical-coordinate representation of color #A41123: hue angle of 352.65º 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 #A41123 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1641735-
CMYK00.900.790.36
HSL352.65º81.22%35.49%-
HSV(B)352.65º89.63%64.31%-
XYZ15.818.412.38-
YUV63112.2200.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.93%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 35 (14.06% from 255) = 16.20%
R=75.93%
G=7.87%
B=16.20%

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
Decimal164173500.900.790.36352.6581.2235.49
HexA4112305A4F241615123
Octal244214301321174454112143
Binary10100100100011000110101101010011111001001011000011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41123; }

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

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

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

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

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

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

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

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