#970218

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

Shades of Carmine #970218

Tints of Carmine #970218

Color information

#970218 (or 0x970218) is unknown color: approx Carmine. HEX triplet: 97, 02 and 18. RGB value is (151,2,24). Sum of RGB (Red+Green+Blue) = 151+2+24=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970218 is #68FDE7. Grayscale: #313131. Windows color (decimal): -6880744 or 1573527. OLE color: 1573527.

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

Color convert

RGB151224-
CMYK00.990.840.41
HSL351.14º97.39%30%-
HSV(B)351.14º98.68%59.22%-
XYZ12.956.691.47-
YUV49.06113.86200.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 85.31%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=85.31%
G=1.13%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15122400.990.840.41351.1497.3930
Hex97218063542915f611e
Octal22723001431245153714136
Binary100101111011000011000111010100101001101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970218; }

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

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

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

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

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

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

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

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