#A3161E

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

Shades of Carmine #A3161E

Tints of Carmine #A3161E

Color information

#A3161E (or 0xA3161E) is unknown color: approx Carmine. HEX triplet: A3, 16 and 1E. RGB value is (163,22,30). Sum of RGB (Red+Green+Blue) = 163+22+30=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A3161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3161E is #5CE9E1. Grayscale: #414141. Windows color (decimal): -6089186 or 1971875. OLE color: 1971875.

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

Color convert

RGB1632230-
CMYK00.870.820.36
HSL356.6º76.22%36.27%-
HSV(B)356.6º86.5%63.92%-
XYZ15.638.452.04-
YUV65.07108.21197.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.81%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=75.81%
G=10.23%
B=13.95%

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
Decimal163223000.870.820.36356.676.2236.27
HexA3161E05752241654c24
Octal243263601271224454511444
Binary1010001110110111100101011110100101001001011001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3161E; }

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

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

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

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

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

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

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

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