#930116

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

Shades of Carmine #930116

Tints of Carmine #930116

Color information

#930116 (or 0x930116) is unknown color: approx Carmine. HEX triplet: 93, 01 and 16. RGB value is (147,1,22). Sum of RGB (Red+Green+Blue) = 147+1+22=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #930116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930116 is #6CFEE9. Grayscale: #2F2F2F. Windows color (decimal): -7143146 or 1442195. OLE color: 1442195.

HSL color Cylindrical-coordinate representation of color #930116: hue angle of 351.37º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930116 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB147122-
CMYK00.990.850.42
HSL351.37º98.65%29.02%-
HSV(B)351.37º99.32%57.65%-
XYZ12.196.281.33-
YUV47.05113.87199.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.47%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=86.47%
G=0.59%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712200.990.850.42351.3798.6529.02
Hex93116063552A15f631d
Octal22312601431255253714335
Binary10010011110110011000111010101101010101011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930116; }

 p { color: rgb(147,1,22); }

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

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

 a { background-color: rgb(147,1,22); }

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

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

 span { border-color: rgb(147,1,22); }

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