#A4062B

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

Shades of Carmine #A4062B

Tints of Carmine #A4062B

Color information

#A4062B (or 0xA4062B) is unknown color: approx Carmine. HEX triplet: A4, 06 and 2B. RGB value is (164,6,43). Sum of RGB (Red+Green+Blue) = 164+6+43=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A4062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4062B is #5BF9D4. Grayscale: #393939. Windows color (decimal): -6027733 or 2819748. OLE color: 2819748.

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

Color convert

RGB164643-
CMYK00.960.740.36
HSL345.95º92.94%33.33%-
HSV(B)345.95º96.34%64.31%-
XYZ15.818.23.03-
YUV57.46119.85203.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 77.00%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=77.00%
G=2.82%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16464300.960.740.36345.9592.9433.33
HexA462B0604A2415a5d21
Octal24465301401124453213541
Binary101001001101010110110000010010101001001010110101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4062B; }

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

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

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

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

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

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

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

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