#A8161C

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

Shades of Carmine #A8161C

Tints of Carmine #A8161C

Color information

#A8161C (or 0xA8161C) is unknown color: approx Carmine. HEX triplet: A8, 16 and 1C. RGB value is (168,22,28). Sum of RGB (Red+Green+Blue) = 168+22+28=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A8161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8161C is #57E9E3. Grayscale: #424242. Windows color (decimal): -5761508 or 1840808. OLE color: 1840808.

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

Color convert

RGB1682228-
CMYK00.870.830.34
HSL357.53º76.84%37.25%-
HSV(B)357.53º86.9%65.88%-
XYZ16.648.981.96-
YUV66.34106.37200.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 77.06%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 28 (11.33% from 255) = 12.84%
R=77.06%
G=10.09%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168222800.870.830.34357.5376.8437.25
HexA8161C05753221664d25
Octal250263401271234254611545
Binary1010100010110111000101011110100111000101011001101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8161C; }

 p { color: rgb(168,22,28); }

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

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

 a { background-color: rgb(168,22,28); }

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

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

 span { border-color: rgb(168,22,28); }

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