#970014

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

Shades of Carmine #970014

Tints of Carmine #970014

Color information

#970014 (or 0x970014) is unknown color: approx Carmine. HEX triplet: 97, 00 and 14. RGB value is (151,0,20). Sum of RGB (Red+Green+Blue) = 151+0+20=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #970014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970014 is #68FFEB. Grayscale: #2F2F2F. Windows color (decimal): -6881260 or 1310871. OLE color: 1310871.

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

Color convert

RGB151020-
CMYK010.870.41
HSL352.05º100%29.61%-
HSV(B)352.05º100%59.22%-
XYZ12.896.631.26-
YUV47.43112.53201.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 88.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=88.30%
G=0%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151020010.870.41352.0510029.61
Hex970140645729160641e
Octal22702401441275154014436
Binary10010111010100011001001010111101001101100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970014; }

 p { color: rgb(151,0,20); }

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

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

 a { background-color: rgb(151,0,20); }

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

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

 span { border-color: rgb(151,0,20); }

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