#A4161E

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

Shades of Carmine #A4161E

Tints of Carmine #A4161E

Color information

#A4161E (or 0xA4161E) is unknown color: approx Carmine. HEX triplet: A4, 16 and 1E. RGB value is (164,22,30). Sum of RGB (Red+Green+Blue) = 164+22+30=216 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.93% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 164 - color contains mainly: red. Hex color #A4161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4161E is #5BE9E1. Grayscale: #414141. Windows color (decimal): -6023650 or 1971876. OLE color: 1971876.

HSL color Cylindrical-coordinate representation of color #A4161E: hue angle of 356.62º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4161E is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1642230-
CMYK00.870.820.36
HSL356.62º76.34%36.47%-
HSV(B)356.62º86.59%64.31%-
XYZ15.838.562.05-
YUV65.37108.04198.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.93%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 30 (12.11% from 255) = 13.89%
R=75.93%
G=10.19%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164223000.870.820.36356.6276.3436.47
HexA4161E05752241654c24
Octal244263601271224454511444
Binary1010010010110111100101011110100101001001011001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4161E; }

 p { color: rgb(164,22,30); }

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

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

 a { background-color: rgb(164,22,30); }

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

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

 span { border-color: rgb(164,22,30); }

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