#921120

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

Shades of Carmine #921120

Tints of Carmine #921120

Color information

#921120 (or 0x921120) is unknown color: approx Carmine. HEX triplet: 92, 11 and 20. RGB value is (146,17,32). Sum of RGB (Red+Green+Blue) = 146+17+32=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #921120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921120 is #6DEEDF. Grayscale: #393939. Windows color (decimal): -7204576 or 2101650. OLE color: 2101650.

HSL color Cylindrical-coordinate representation of color #921120: hue angle of 353.02º degrees, saturation: 0.79, 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 #921120 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB1461732-
CMYK00.880.780.43
HSL353.02º79.14%31.96%-
HSV(B)353.02º88.36%57.25%-
XYZ12.326.621.99-
YUV57.28113.74191.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.87%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=74.87%
G=8.72%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146173200.880.780.43353.0279.1431.96
Hex9211200584E2B1614f20
Octal222214001301165354111740
Binary10010010100011000000101100010011101010111011000011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921120; }

 p { color: rgb(146,17,32); }

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

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

 a { background-color: rgb(146,17,32); }

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

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

 span { border-color: rgb(146,17,32); }

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