#A4071D

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

Shades of Carmine #A4071D

Tints of Carmine #A4071D

Color information

#A4071D (or 0xA4071D) is unknown color: approx Carmine. HEX triplet: A4, 07 and 1D. RGB value is (164,7,29). Sum of RGB (Red+Green+Blue) = 164+7+29=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A4071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4071D is #5BF8E2. Grayscale: #383838. Windows color (decimal): -6027491 or 1902500. OLE color: 1902500.

HSL color Cylindrical-coordinate representation of color #A4071D: hue angle of 351.59º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4071D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB164729-
CMYK00.960.820.36
HSL351.59º91.81%33.53%-
HSV(B)351.59º95.73%64.31%-
XYZ15.618.131.91-
YUV56.45112.51204.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 29 (11.72% from 255) = 14.5%
R=82%
G=3.5%
B=14.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16472900.960.820.36351.5991.8133.53
HexA471D06052241605c22
Octal24473501401224454013442
Binary10100100111111010110000010100101001001011000001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4071D; }

 p { color: rgb(164,7,29); }

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

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

 a { background-color: rgb(164,7,29); }

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

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

 span { border-color: rgb(164,7,29); }

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