#A00839

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

Shades of Carmine #A00839

Tints of Carmine #A00839

Color information

#A00839 (or 0xA00839) is unknown color: approx Carmine. HEX triplet: A0, 08 and 39. RGB value is (160,8,57). Sum of RGB (Red+Green+Blue) = 160+8+57=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A00839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00839 is #5FF7C6. Grayscale: #3A3A3A. Windows color (decimal): -6289351 or 3737760. OLE color: 3737760.

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

Color convert

RGB160857-
CMYK00.950.640.37
HSL340.66º90.48%32.94%-
HSV(B)340.66º95%62.75%-
XYZ15.327.944.6-
YUV59.03126.86200.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=71.11%
G=3.56%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16085700.950.640.37340.6690.4832.94
HexA083905F40251555a21
Octal240107101371004552513241
Binary1010000010001110010101111110000001001011010101011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00839; }

 p { color: rgb(160,8,57); }

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

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

 a { background-color: rgb(160,8,57); }

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

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

 span { border-color: rgb(160,8,57); }

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