#A8191F

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

Shades of Carmine #A8191F

Tints of Carmine #A8191F

Color information

#A8191F (or 0xA8191F) is unknown color: approx Carmine. HEX triplet: A8, 19 and 1F. RGB value is (168,25,31). Sum of RGB (Red+Green+Blue) = 168+25+31=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A8191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8191F is #57E6E0. Grayscale: #444444. Windows color (decimal): -5760737 or 2038184. OLE color: 2038184.

HSL color Cylindrical-coordinate representation of color #A8191F: hue angle of 357.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8191F is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1682531-
CMYK00.850.820.34
HSL357.48º74.09%37.84%-
HSV(B)357.48º85.12%65.88%-
XYZ16.749.122.17-
YUV68.44106.88199.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=75%
G=11.16%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168253100.850.820.34357.4874.0937.84
HexA8191F05552221654a26
Octal250313701251224254511246
Binary1010100011001111110101010110100101000101011001011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8191F; }

 p { color: rgb(168,25,31); }

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

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

 a { background-color: rgb(168,25,31); }

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

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

 span { border-color: rgb(168,25,31); }

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