#921216

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

Shades of Carmine #921216

Tints of Carmine #921216

Color information

#921216 (or 0x921216) is unknown color: approx Carmine. HEX triplet: 92, 12 and 16. RGB value is (146,18,22). Sum of RGB (Red+Green+Blue) = 146+18+22=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #921216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921216 is #6DEDE9. Grayscale: #383838. Windows color (decimal): -7204330 or 1446546. OLE color: 1446546.

HSL color Cylindrical-coordinate representation of color #921216: hue angle of 358.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921216 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1461822-
CMYK00.880.850.43
HSL358.12º78.05%32.16%-
HSV(B)358.12º87.67%57.25%-
XYZ12.226.61.39-
YUV56.73108.41191.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.49%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=78.49%
G=9.68%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146182200.880.850.43358.1278.0532.16
Hex921216058552B1664e20
Octal222222601301255354611640
Binary1001001010010101100101100010101011010111011001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921216; }

 p { color: rgb(146,18,22); }

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

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

 a { background-color: rgb(146,18,22); }

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

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

 span { border-color: rgb(146,18,22); }

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