#A7181C

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

Shades of Carmine #A7181C

Tints of Carmine #A7181C

Color information

#A7181C (or 0xA7181C) is unknown color: approx Carmine. HEX triplet: A7, 18 and 1C. RGB value is (167,24,28). Sum of RGB (Red+Green+Blue) = 167+24+28=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A7181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7181C is #58E7E3. Grayscale: #434343. Windows color (decimal): -5826532 or 1841319. OLE color: 1841319.

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

Color convert

RGB1672428-
CMYK00.860.830.35
HSL358.32º74.87%37.45%-
HSV(B)358.32º85.63%65.49%-
XYZ16.478.951.96-
YUV67.21105.88199.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 76.26%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=76.26%
G=10.96%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167242800.860.830.35358.3274.8737.45
HexA7181C05653231664b25
Octal247303401261234354611345
Binary1010011111000111000101011010100111000111011001101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7181C; }

 p { color: rgb(167,24,28); }

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

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

 a { background-color: rgb(167,24,28); }

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

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

 span { border-color: rgb(167,24,28); }

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