#971218

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

Shades of Carmine #971218

Tints of Carmine #971218

Color information

#971218 (or 0x971218) is unknown color: approx Carmine. HEX triplet: 97, 12 and 18. RGB value is (151,18,24). Sum of RGB (Red+Green+Blue) = 151+18+24=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #971218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971218 is #68EDE7. Grayscale: #3A3A3A. Windows color (decimal): -6876648 or 1577623. OLE color: 1577623.

HSL color Cylindrical-coordinate representation of color #971218: hue angle of 357.29º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971218 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB1511824-
CMYK00.880.840.41
HSL357.29º78.7%33.14%-
HSV(B)357.29º88.08%59.22%-
XYZ13.147.081.54-
YUV58.45108.56194.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 78.24%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=78.24%
G=9.33%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151182400.880.840.41357.2978.733.14
Hex97121805854291654f21
Octal227223001301245154511741
Binary1001011110010110000101100010101001010011011001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971218; }

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

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

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

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

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

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

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

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