#A10636

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

Shades of Carmine #A10636

Tints of Carmine #A10636

Color information

#A10636 (or 0xA10636) is unknown color: approx Carmine. HEX triplet: A1, 06 and 36. RGB value is (161,6,54). Sum of RGB (Red+Green+Blue) = 161+6+54=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A10636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10636 is #5EF9C9. Grayscale: #393939. Windows color (decimal): -6224330 or 3540641. OLE color: 3540641.

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

Color convert

RGB161654-
CMYK00.960.660.37
HSL341.42º92.81%32.75%-
HSV(B)341.42º96.27%63.14%-
XYZ15.437.974.22-
YUV57.82125.85201.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.85%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=72.85%
G=2.71%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16165400.960.660.37341.4292.8132.75
HexA163606042251555d21
Octal24166601401024552513541
Binary101000011101101100110000010000101001011010101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10636; }

 p { color: rgb(161,6,54); }

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

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

 a { background-color: rgb(161,6,54); }

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

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

 span { border-color: rgb(161,6,54); }

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