#A10F16

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

Shades of Carmine #A10F16

Tints of Carmine #A10F16

Color information

#A10F16 (or 0xA10F16) is unknown color: approx Carmine. HEX triplet: A1, 0F and 16. RGB value is (161,15,22). Sum of RGB (Red+Green+Blue) = 161+15+22=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10F16 is #5EF0E9. Grayscale: #3B3B3B. Windows color (decimal): -6222058 or 1445793. OLE color: 1445793.

HSL color Cylindrical-coordinate representation of color #A10F16: hue angle of 357.12º 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 #A10F16 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1611522-
CMYK00.910.860.37
HSL357.12º82.95%34.51%-
HSV(B)357.12º90.68%63.14%-
XYZ15.017.981.51-
YUV59.45106.87200.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.31%
GREEN value IS 15 (6.25% from 255) = 7.58%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=81.31%
G=7.58%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161152200.910.860.37357.1282.9534.51
HexA1F1605B56251655323
Octal241172601331264554512343
Binary101000011111101100101101110101101001011011001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F16; }

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

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

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

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

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

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

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

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