#A30739

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

Shades of Carmine #A30739

Tints of Carmine #A30739

Color information

#A30739 (or 0xA30739) is unknown color: approx Carmine. HEX triplet: A3, 07 and 39. RGB value is (163,7,57). Sum of RGB (Red+Green+Blue) = 163+7+57=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A30739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30739 is #5CF8C6. Grayscale: #3B3B3B. Windows color (decimal): -6092999 or 3737507. OLE color: 3737507.

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

Color convert

RGB163757-
CMYK00.960.650.36
HSL340.77º91.76%33.33%-
HSV(B)340.77º95.71%63.92%-
XYZ15.928.234.62-
YUV59.34126.68201.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.81%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=71.81%
G=3.08%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16375700.960.650.36340.7791.7633.33
HexA373906041241555c21
Octal24377101401014452513441
Binary101000111111110010110000010000011001001010101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30739; }

 p { color: rgb(163,7,57); }

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

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

 a { background-color: rgb(163,7,57); }

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

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

 span { border-color: rgb(163,7,57); }

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