#A7001F

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

Shades of Carmine #A7001F

Tints of Carmine #A7001F

Color information

#A7001F (or 0xA7001F) is unknown color: approx Carmine. HEX triplet: A7, 00 and 1F. RGB value is (167,0,31). Sum of RGB (Red+Green+Blue) = 167+0+31=198 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.34% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 167 - color contains mainly: red. Hex color #A7001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7001F is #58FFE0. Grayscale: #353535. Windows color (decimal): -5832673 or 2031783. OLE color: 2031783.

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

Color convert

RGB167031-
CMYK010.810.35
HSL348.86º100%32.75%-
HSV(B)348.86º100%65.49%-
XYZ16.188.312.05-
YUV53.47115.33208.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 84.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=84.34%
G=0%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167031010.810.35348.8610032.75
HexA701F064512315d6421
Octal24703701441214353514441
Binary101001110111110110010010100011000111010111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7001F; }

 p { color: rgb(167,0,31); }

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

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

 a { background-color: rgb(167,0,31); }

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

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

 span { border-color: rgb(167,0,31); }

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