#A4062C

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

Shades of Carmine #A4062C

Tints of Carmine #A4062C

Color information

#A4062C (or 0xA4062C) is unknown color: approx Carmine. HEX triplet: A4, 06 and 2C. RGB value is (164,6,44). Sum of RGB (Red+Green+Blue) = 164+6+44=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A4062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4062C is #5BF9D3. Grayscale: #393939. Windows color (decimal): -6027732 or 2885284. OLE color: 2885284.

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

Color convert

RGB164644-
CMYK00.960.730.36
HSL345.57º92.94%33.33%-
HSV(B)345.57º96.34%64.31%-
XYZ15.838.23.13-
YUV57.57120.35203.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 76.64%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=76.64%
G=2.80%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16464400.960.730.36345.5792.9433.33
HexA462C060492415a5d21
Octal24465401401114453213541
Binary101001001101011000110000010010011001001010110101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4062C; }

 p { color: rgb(164,6,44); }

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

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

 a { background-color: rgb(164,6,44); }

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

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

 span { border-color: rgb(164,6,44); }

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