#A7181A

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

Shades of Carmine #A7181A

Tints of Carmine #A7181A

Color information

#A7181A (or 0xA7181A) is unknown color: approx Carmine. HEX triplet: A7, 18 and 1A. RGB value is (167,24,26). Sum of RGB (Red+Green+Blue) = 167+24+26=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A7181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7181A is #58E7E5. Grayscale: #434343. Windows color (decimal): -5826534 or 1710247. OLE color: 1710247.

HSL color Cylindrical-coordinate representation of color #A7181A: hue angle of 359.16º 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 #A7181A is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1672426-
CMYK00.860.840.35
HSL359.16º74.87%37.45%-
HSV(B)359.16º85.63%65.49%-
XYZ16.458.941.84-
YUV66.98104.88199.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 76.96%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=76.96%
G=11.06%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167242600.860.840.35359.1674.8737.45
HexA7181A05654231674b25
Octal247303201261244354711345
Binary1010011111000110100101011010101001000111011001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7181A; }

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

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

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

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

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

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

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

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