#A7161F

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

Shades of Carmine #A7161F

Tints of Carmine #A7161F

Color information

#A7161F (or 0xA7161F) is unknown color: approx Carmine. HEX triplet: A7, 16 and 1F. RGB value is (167,22,31). Sum of RGB (Red+Green+Blue) = 167+22+31=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A7161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7161F is #58E9E0. Grayscale: #424242. Windows color (decimal): -5827041 or 2037415. OLE color: 2037415.

HSL color Cylindrical-coordinate representation of color #A7161F: hue angle of 356.28º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7161F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1672231-
CMYK00.870.810.35
HSL356.28º76.72%37.06%-
HSV(B)356.28º86.83%65.49%-
XYZ16.478.892.14-
YUV66.38108.04199.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 75.91%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=75.91%
G=10%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167223100.870.810.35356.2876.7237.06
HexA7161F05751231644d25
Octal247263701271214354411545
Binary1010011110110111110101011110100011000111011001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7161F; }

 p { color: rgb(167,22,31); }

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

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

 a { background-color: rgb(167,22,31); }

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

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

 span { border-color: rgb(167,22,31); }

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