#A4051F

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

Shades of Carmine #A4051F

Tints of Carmine #A4051F

Color information

#A4051F (or 0xA4051F) is unknown color: approx Carmine. HEX triplet: A4, 05 and 1F. RGB value is (164,5,31). Sum of RGB (Red+Green+Blue) = 164+5+31=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A4051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4051F is #5BFAE0. Grayscale: #373737. Windows color (decimal): -6028001 or 2033060. OLE color: 2033060.

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

Color convert

RGB164531-
CMYK00.970.810.36
HSL350.19º94.08%33.14%-
HSV(B)350.19º96.95%64.31%-
XYZ15.618.12.04-
YUV55.5114.18205.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=82%
G=2.5%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16453100.970.810.36350.1994.0833.14
HexA451F061512415e5e21
Octal24453701411214453613641
Binary10100100101111110110000110100011001001010111101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4051F; }

 p { color: rgb(164,5,31); }

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

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

 a { background-color: rgb(164,5,31); }

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

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

 span { border-color: rgb(164,5,31); }

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