#A71128

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

Shades of Carmine #A71128

Tints of Carmine #A71128

Color information

#A71128 (or 0xA71128) is unknown color: approx Carmine. HEX triplet: A7, 11 and 28. RGB value is (167,17,40). Sum of RGB (Red+Green+Blue) = 167+17+40=224 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.55% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 167 - color contains mainly: red. Hex color #A71128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71128 is #58EED7. Grayscale: #404040. Windows color (decimal): -5828312 or 2625959. OLE color: 2625959.

HSL color Cylindrical-coordinate representation of color #A71128: hue angle of 350.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71128 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1671740-
CMYK00.900.760.35
HSL350.8º81.52%36.08%-
HSV(B)350.8º89.82%65.49%-
XYZ16.528.772.83-
YUV64.47114.2201.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.55%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=74.55%
G=7.59%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167174000.900.760.35350.881.5236.08
HexA7112805A4C2315f5224
Octal247215001321144353712244
Binary10100111100011010000101101010011001000111010111111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71128; }

 p { color: rgb(167,17,40); }

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

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

 a { background-color: rgb(167,17,40); }

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

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

 span { border-color: rgb(167,17,40); }

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