#A4071E

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

Shades of Carmine #A4071E

Tints of Carmine #A4071E

Color information

#A4071E (or 0xA4071E) is unknown color: approx Carmine. HEX triplet: A4, 07 and 1E. RGB value is (164,7,30). Sum of RGB (Red+Green+Blue) = 164+7+30=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A4071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4071E is #5BF8E1. Grayscale: #383838. Windows color (decimal): -6027490 or 1968036. OLE color: 1968036.

HSL color Cylindrical-coordinate representation of color #A4071E: hue angle of 351.21º 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 #A4071E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB164730-
CMYK00.960.820.36
HSL351.21º91.81%33.53%-
HSV(B)351.21º95.73%64.31%-
XYZ15.628.141.98-
YUV56.57113.01204.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 81.59%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=81.59%
G=3.48%
B=14.93%

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
Decimal16473000.960.820.36351.2191.8133.53
HexA471E060522415f5c22
Octal24473601401224453713442
Binary10100100111111100110000010100101001001010111111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4071E; }

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

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

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

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

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

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

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

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