#A4111A

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

Shades of Carmine #A4111A

Tints of Carmine #A4111A

Color information

#A4111A (or 0xA4111A) is unknown color: approx Carmine. HEX triplet: A4, 11 and 1A. RGB value is (164,17,26). Sum of RGB (Red+Green+Blue) = 164+17+26=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A4111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4111A is #5BEEE5. Grayscale: #3E3E3E. Windows color (decimal): -6024934 or 1708452. OLE color: 1708452.

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

Color convert

RGB1641726-
CMYK00.900.840.36
HSL356.33º81.22%35.49%-
HSV(B)356.33º89.63%64.31%-
XYZ15.78.371.77-
YUV61.98107.7200.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 79.23%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=79.23%
G=8.21%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164172600.900.840.36356.3381.2235.49
HexA4111A05A54241645123
Octal244213201321244454412143
Binary1010010010001110100101101010101001001001011001001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4111A; }

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

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

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

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

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

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

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

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