#A10437

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

Shades of Carmine #A10437

Tints of Carmine #A10437

Color information

#A10437 (or 0xA10437) is unknown color: approx Carmine. HEX triplet: A1, 04 and 37. RGB value is (161,4,55). Sum of RGB (Red+Green+Blue) = 161+4+55=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A10437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10437 is #5EFBC8. Grayscale: #383838. Windows color (decimal): -6224841 or 3605665. OLE color: 3605665.

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

Color convert

RGB161455-
CMYK00.980.660.37
HSL340.51º95.15%32.35%-
HSV(B)340.51º97.52%63.14%-
XYZ15.437.944.33-
YUV56.76127.01202.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.18%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 55 (21.88% from 255) = 25%
R=73.18%
G=1.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16145500.980.660.37340.5195.1532.35
HexA143706242251555f20
Octal24146701421024552513740
Binary101000011001101110110001010000101001011010101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10437; }

 p { color: rgb(161,4,55); }

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

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

 a { background-color: rgb(161,4,55); }

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

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

 span { border-color: rgb(161,4,55); }

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