#920216

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

Shades of Carmine #920216

Tints of Carmine #920216

Color information

#920216 (or 0x920216) is unknown color: approx Carmine. HEX triplet: 92, 02 and 16. RGB value is (146,2,22). Sum of RGB (Red+Green+Blue) = 146+2+22=170 (22% of max value = 765). Red value is 146 (57.42% from 255 or 85.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 146 - color contains mainly: red. Hex color #920216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920216 is #6DFDE9. Grayscale: #2F2F2F. Windows color (decimal): -7208426 or 1442450. OLE color: 1442450.

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

Color convert

RGB146222-
CMYK00.990.850.43
HSL351.67º97.3%29.02%-
HSV(B)351.67º98.63%57.25%-
XYZ12.026.211.32-
YUV47.34113.71198.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 85.88%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=85.88%
G=1.18%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14622200.990.850.43351.6797.329.02
Hex92216063552B160611d
Octal22222601431255354014135
Binary100100101010110011000111010101101011101100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920216; }

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

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

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

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

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

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

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

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