#920616

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

Shades of Carmine #920616

Tints of Carmine #920616

Color information

#920616 (or 0x920616) is unknown color: approx Carmine. HEX triplet: 92, 06 and 16. RGB value is (146,6,22). Sum of RGB (Red+Green+Blue) = 146+6+22=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #920616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920616 is #6DF9E9. Grayscale: #313131. Windows color (decimal): -7207402 or 1443474. OLE color: 1443474.

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

Color convert

RGB146622-
CMYK00.960.850.43
HSL353.14º92.11%29.8%-
HSV(B)353.14º95.89%57.25%-
XYZ12.066.31.34-
YUV49.68112.38196.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.91%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=83.91%
G=3.45%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14662200.960.850.43353.1492.1129.8
Hex92616060552B1615c1e
Octal22262601401255354113436
Binary1001001011010110011000001010101101011101100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920616; }

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

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

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

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

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

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

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

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