#970216

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

Shades of Carmine #970216

Tints of Carmine #970216

Color information

#970216 (or 0x970216) is unknown color: approx Carmine. HEX triplet: 97, 02 and 16. RGB value is (151,2,22). Sum of RGB (Red+Green+Blue) = 151+2+22=175 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 151 - color contains mainly: red. Hex color #970216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970216 is #68FDE9. Grayscale: #303030. Windows color (decimal): -6880746 or 1442455. OLE color: 1442455.

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

Color convert

RGB151222-
CMYK00.990.850.41
HSL351.95º97.39%30%-
HSV(B)351.95º98.68%59.22%-
XYZ12.936.681.37-
YUV48.83112.86200.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 86.29%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=86.29%
G=1.14%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15122200.990.850.41351.9597.3930
Hex972160635529160611e
Octal22722601431255154014136
Binary100101111010110011000111010101101001101100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970216; }

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

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

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

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

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

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

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

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