#A91126

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

Shades of Carmine #A91126

Tints of Carmine #A91126

Color information

#A91126 (or 0xA91126) is unknown color: approx Carmine. HEX triplet: A9, 11 and 26. RGB value is (169,17,38). Sum of RGB (Red+Green+Blue) = 169+17+38=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A91126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91126 is #56EED9. Grayscale: #404040. Windows color (decimal): -5697242 or 2494889. OLE color: 2494889.

HSL color Cylindrical-coordinate representation of color #A91126: hue angle of 351.71º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91126 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB1691738-
CMYK00.900.780.34
HSL351.71º81.72%36.47%-
HSV(B)351.71º89.94%66.27%-
XYZ16.918.982.67-
YUV64.84112.86202.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.45%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=75.45%
G=7.59%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169173800.900.780.34351.7181.7236.47
HexA9112605A4E221605224
Octal251214601321164254012244
Binary10101001100011001100101101010011101000101011000001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91126; }

 p { color: rgb(169,17,38); }

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

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

 a { background-color: rgb(169,17,38); }

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

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

 span { border-color: rgb(169,17,38); }

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