#970112

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

Shades of Carmine #970112

Tints of Carmine #970112

Color information

#970112 (or 0x970112) is unknown color: approx Carmine. HEX triplet: 97, 01 and 12. RGB value is (151,1,18). Sum of RGB (Red+Green+Blue) = 151+1+18=170 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.82% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 151 - color contains mainly: red. Hex color #970112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970112 is #68FEED. Grayscale: #2F2F2F. Windows color (decimal): -6881006 or 1180055. OLE color: 1180055.

HSL color Cylindrical-coordinate representation of color #970112: hue angle of 353.2º 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 #970112 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB151118-
CMYK00.990.880.41
HSL353.2º98.68%29.8%-
HSV(B)353.2º99.34%59.22%-
XYZ12.886.641.18-
YUV47.79111.2201.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 88.82%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=88.82%
G=0.59%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111800.990.880.41353.298.6829.8
Hex971120635829161631e
Octal22712201431305154114336
Binary10010111110010011000111011000101001101100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970112; }

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

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

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

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

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

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

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

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