#A10117

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

Shades of Carmine #A10117

Tints of Carmine #A10117

Color information

#A10117 (or 0xA10117) is unknown color: approx Carmine. HEX triplet: A1, 01 and 17. RGB value is (161,1,23). Sum of RGB (Red+Green+Blue) = 161+1+23=185 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.03% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 161 - color contains mainly: red. Hex color #A10117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10117 is #5EFEE8. Grayscale: #333333. Windows color (decimal): -6225641 or 1507745. OLE color: 1507745.

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

Color convert

RGB161123-
CMYK00.990.860.37
HSL351.75º98.77%31.76%-
HSV(B)351.75º99.38%63.14%-
XYZ14.867.661.51-
YUV51.35112.01206.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 87.03%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=87.03%
G=0.54%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112300.990.860.37351.7598.7731.76
HexA111706356251606320
Octal24112701431264554014340
Binary101000011101110110001110101101001011011000001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10117; }

 p { color: rgb(161,1,23); }

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

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

 a { background-color: rgb(161,1,23); }

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

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

 span { border-color: rgb(161,1,23); }

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