#920215

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

Shades of Carmine #920215

Tints of Carmine #920215

Color information

#920215 (or 0x920215) is unknown color: approx Carmine. HEX triplet: 92, 02 and 15. RGB value is (146,2,21). Sum of RGB (Red+Green+Blue) = 146+2+21=169 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.39% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 146 - color contains mainly: red. Hex color #920215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920215 is #6DFDEA. Grayscale: #2F2F2F. Windows color (decimal): -7208427 or 1376914. OLE color: 1376914.

HSL color Cylindrical-coordinate representation of color #920215: hue angle of 352.08º 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 #920215 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB146221-
CMYK00.990.860.43
HSL352.08º97.3%29.02%-
HSV(B)352.08º98.63%57.25%-
XYZ12.016.211.27-
YUV47.22113.21198.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 86.39%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=86.39%
G=1.18%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14622100.990.860.43352.0897.329.02
Hex92215063562B160611d
Octal22222501431265354014135
Binary100100101010101011000111010110101011101100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920215; }

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

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

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

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

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

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

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

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