#920916

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

Shades of Carmine #920916

Tints of Carmine #920916

Color information

#920916 (or 0x920916) is unknown color: approx Carmine. HEX triplet: 92, 09 and 16. RGB value is (146,9,22). Sum of RGB (Red+Green+Blue) = 146+9+22=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #920916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920916 is #6DF6E9. Grayscale: #333333. Windows color (decimal): -7206634 or 1444242. OLE color: 1444242.

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

Color convert

RGB146922-
CMYK00.940.850.43
HSL354.31º88.39%30.39%-
HSV(B)354.31º93.84%57.25%-
XYZ12.16.361.35-
YUV51.44111.39195.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.49%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=82.49%
G=5.08%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14692200.940.850.43354.3188.3930.39
Hex9291605E552B162581e
Octal222112601361255354213036
Binary10010010100110110010111101010101101011101100010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920916; }

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

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

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

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

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

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

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

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