#A10F2A

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

Shades of Carmine #A10F2A

Tints of Carmine #A10F2A

Color information

#A10F2A (or 0xA10F2A) is unknown color: approx Carmine. HEX triplet: A1, 0F and 2A. RGB value is (161,15,42). Sum of RGB (Red+Green+Blue) = 161+15+42=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10F2A is #5EF0D5. Grayscale: #3D3D3D. Windows color (decimal): -6222038 or 2756513. OLE color: 2756513.

HSL color Cylindrical-coordinate representation of color #A10F2A: hue angle of 348.9º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F2A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1611542-
CMYK00.910.740.37
HSL348.9º82.95%34.51%-
HSV(B)348.9º90.68%63.14%-
XYZ15.298.092.95-
YUV61.73116.87198.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.85%
GREEN value IS 15 (6.25% from 255) = 6.88%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=73.85%
G=6.88%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161154200.910.740.37348.982.9534.51
HexA1F2A05B4A2515d5323
Octal241175201331124553512343
Binary1010000111111010100101101110010101001011010111011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F2A; }

 p { color: rgb(161,15,42); }

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

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

 a { background-color: rgb(161,15,42); }

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

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

 span { border-color: rgb(161,15,42); }

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