#970111

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

Shades of Carmine #970111

Tints of Carmine #970111

Color information

#970111 (or 0x970111) is unknown color: approx Carmine. HEX triplet: 97, 01 and 11. RGB value is (151,1,17). Sum of RGB (Red+Green+Blue) = 151+1+17=169 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.35% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 151 - color contains mainly: red. Hex color #970111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970111 is #68FEEE. Grayscale: #2F2F2F. Windows color (decimal): -6881007 or 1114519. OLE color: 1114519.

HSL color Cylindrical-coordinate representation of color #970111: hue angle of 353.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970111 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB151117-
CMYK00.990.890.41
HSL353.6º98.68%29.8%-
HSV(B)353.6º99.34%59.22%-
XYZ12.876.641.13-
YUV47.67110.7201.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 89.35%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=89.35%
G=0.59%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111700.990.890.41353.698.6829.8
Hex971110635929162631e
Octal22712101431315154214336
Binary10010111110001011000111011001101001101100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970111; }

 p { color: rgb(151,1,17); }

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

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

 a { background-color: rgb(151,1,17); }

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

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

 span { border-color: rgb(151,1,17); }

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