#a7122e

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

Shades of Carmine #A7122E

Tints of Carmine #A7122E

Color information

#A7122E (or 0xA7122E) is unknown color: approx Carmine. HEX triplet: A7, 12 and 2E. RGB value is (167,18,46). Sum of RGB (Red+Green+Blue) = 167+18+46=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7122E is #58EDD1. Grayscale: #414141. Windows color (decimal): -5828050 or 3019431. OLE color: 3019431.

HSL color Cylindrical-coordinate representation of color #A7122E: hue angle of 348.72º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7122E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1671846-
CMYK00.890.720.35
HSL348.72º80.54%36.27%-
HSV(B)348.72º89.22%65.49%-
XYZ16.658.853.41-
YUV65.74116.86200.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 72.29%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=72.29%
G=7.79%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167184600.890.720.35348.7280.5436.27
HexA7122E059482315d5124
Octal247225601311104353512144
Binary10100111100101011100101100110010001000111010111011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7122e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7122e; }

 p { color: rgb(167,18,46); }

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

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

 a { background-color: rgb(167,18,46); }

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

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

 span { border-color: rgb(167,18,46); }

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