#970916

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

Shades of Carmine #970916

Tints of Carmine #970916

Color information

#970916 (or 0x970916) is unknown color: approx Carmine. HEX triplet: 97, 09 and 16. RGB value is (151,9,22). Sum of RGB (Red+Green+Blue) = 151+9+22=182 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.97% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 151 - color contains mainly: red. Hex color #970916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970916 is #68F6E9. Grayscale: #353535. Windows color (decimal): -6878954 or 1444247. OLE color: 1444247.

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

Color convert

RGB151922-
CMYK00.940.850.41
HSL354.51º88.75%31.37%-
HSV(B)354.51º94.04%59.22%-
XYZ13.016.831.39-
YUV52.94110.54197.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 82.97%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=82.97%
G=4.95%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15192200.940.850.41354.5188.7531.37
Hex9791605E5529163591f
Octal227112601361255154313137
Binary10010111100110110010111101010101101001101100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970916; }

 p { color: rgb(151,9,22); }

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

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

 a { background-color: rgb(151,9,22); }

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

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

 span { border-color: rgb(151,9,22); }

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