#A4062F

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

Shades of Carmine #A4062F

Tints of Carmine #A4062F

Color information

#A4062F (or 0xA4062F) is unknown color: approx Carmine. HEX triplet: A4, 06 and 2F. RGB value is (164,6,47). Sum of RGB (Red+Green+Blue) = 164+6+47=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A4062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4062F is #5BF9D0. Grayscale: #393939. Windows color (decimal): -6027729 or 3081892. OLE color: 3081892.

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

Color convert

RGB164647-
CMYK00.960.710.36
HSL344.43º92.94%33.33%-
HSV(B)344.43º96.34%64.31%-
XYZ15.898.233.44-
YUV57.92121.85203.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.58%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=75.58%
G=2.76%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16464700.960.710.36344.4392.9433.33
HexA462F06047241585d21
Octal24465701401074453013541
Binary101001001101011110110000010001111001001010110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4062F; }

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

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

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

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

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

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

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

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