#A10D1F

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

Shades of Carmine #A10D1F

Tints of Carmine #A10D1F

Color information

#A10D1F (or 0xA10D1F) is unknown color: approx Carmine. HEX triplet: A1, 0D and 1F. RGB value is (161,13,31). Sum of RGB (Red+Green+Blue) = 161+13+31=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A10D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10D1F is #5EF2E0. Grayscale: #3B3B3B. Windows color (decimal): -6222561 or 2035105. OLE color: 2035105.

HSL color Cylindrical-coordinate representation of color #A10D1F: hue angle of 352.7º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10D1F is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1611331-
CMYK00.920.810.37
HSL352.7º85.06%34.12%-
HSV(B)352.7º91.93%63.14%-
XYZ15.097.962.04-
YUV59.3112.03200.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.54%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=78.54%
G=6.34%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161133100.920.810.37352.785.0634.12
HexA1D1F05C51251615522
Octal241153701341214554112542
Binary101000011101111110101110010100011001011011000011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10D1F; }

 p { color: rgb(161,13,31); }

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

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

 a { background-color: rgb(161,13,31); }

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

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

 span { border-color: rgb(161,13,31); }

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