#970013

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

Shades of Carmine #970013

Tints of Carmine #970013

Color information

#970013 (or 0x970013) is unknown color: approx Carmine. HEX triplet: 97, 00 and 13. RGB value is (151,0,19). Sum of RGB (Red+Green+Blue) = 151+0+19=170 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.82% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 151 - color contains mainly: red. Hex color #970013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970013 is #68FFEC. Grayscale: #2F2F2F. Windows color (decimal): -6881261 or 1245335. OLE color: 1245335.

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

Color convert

RGB151019-
CMYK010.870.41
HSL352.45º100%29.61%-
HSV(B)352.45º100%59.22%-
XYZ12.886.631.22-
YUV47.32112.03201.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 88.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=88.82%
G=0%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151019010.870.41352.4510029.61
Hex970130645729160641e
Octal22702301441275154014436
Binary10010111010011011001001010111101001101100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970013; }

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

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

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

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

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

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

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

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