#A4071C

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

Shades of Carmine #A4071C

Tints of Carmine #A4071C

Color information

#A4071C (or 0xA4071C) is unknown color: approx Carmine. HEX triplet: A4, 07 and 1C. RGB value is (164,7,28). Sum of RGB (Red+Green+Blue) = 164+7+28=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A4071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4071C is #5BF8E3. Grayscale: #383838. Windows color (decimal): -6027492 or 1836964. OLE color: 1836964.

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

Color convert

RGB164728-
CMYK00.960.830.36
HSL351.97º91.81%33.53%-
HSV(B)351.97º95.73%64.31%-
XYZ15.68.131.85-
YUV56.34112.01204.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82.41%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=82.41%
G=3.52%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16472800.960.830.36351.9791.8133.53
HexA471C06053241605c22
Octal24473401401234454013442
Binary10100100111111000110000010100111001001011000001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4071C; }

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

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

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

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

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

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

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

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