#A3040F

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

Shades of Carmine #A3040F

Tints of Carmine #A3040F

Color information

#A3040F (or 0xA3040F) is unknown color: approx Carmine. HEX triplet: A3, 04 and 0F. RGB value is (163,4,15). Sum of RGB (Red+Green+Blue) = 163+4+15=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A3040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3040F is #5CFBF0. Grayscale: #343434. Windows color (decimal): -6093809 or 984227. OLE color: 984227.

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

Color convert

RGB163415-
CMYK00.980.910.36
HSL355.85º95.21%32.75%-
HSV(B)355.85º97.55%63.92%-
XYZ15.237.911.18-
YUV52.79106.68206.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 89.56%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=89.56%
G=2.20%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16341500.980.910.36355.8595.2132.75
HexA34F0625B241645f21
Octal24341701421334454413741
Binary1010001110011110110001010110111001001011001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3040F; }

 p { color: rgb(163,4,15); }

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

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

 a { background-color: rgb(163,4,15); }

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

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

 span { border-color: rgb(163,4,15); }

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