#A9041A

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

Shades of Carmine #A9041A

Tints of Carmine #A9041A

Color information

#A9041A (or 0xA9041A) is unknown color: approx Carmine. HEX triplet: A9, 04 and 1A. RGB value is (169,4,26). Sum of RGB (Red+Green+Blue) = 169+4+26=199 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.92% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 169 - color contains mainly: red. Hex color #A9041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9041A is #56FBE5. Grayscale: #373737. Windows color (decimal): -5700582 or 1705129. OLE color: 1705129.

HSL color Cylindrical-coordinate representation of color #A9041A: hue angle of 352º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9041A is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB169426-
CMYK00.980.850.34
HSL352º95.38%33.92%-
HSV(B)352º97.63%66.27%-
XYZ16.598.61.76-
YUV55.84111.16208.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 84.92%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=84.92%
G=2.01%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16942600.980.850.3435295.3833.92
HexA941A06255221605f22
Octal25143201421254254013742
Binary10101001100110100110001010101011000101011000001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9041A; }

 p { color: rgb(169,4,26); }

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

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

 a { background-color: rgb(169,4,26); }

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

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

 span { border-color: rgb(169,4,26); }

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