#92121E

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

Shades of Carmine #92121E

Tints of Carmine #92121E

Color information

#92121E (or 0x92121E) is unknown color: approx Carmine. HEX triplet: 92, 12 and 1E. RGB value is (146,18,30). Sum of RGB (Red+Green+Blue) = 146+18+30=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #92121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92121E is #6DEDE1. Grayscale: #393939. Windows color (decimal): -7204322 or 1970834. OLE color: 1970834.

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

Color convert

RGB1461830-
CMYK00.880.790.43
HSL354.38º78.05%32.16%-
HSV(B)354.38º87.67%57.25%-
XYZ12.36.641.86-
YUV57.64112.41191.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.26%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=75.26%
G=9.28%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146183000.880.790.43354.3878.0532.16
Hex92121E0584F2B1624e20
Octal222223601301175354211640
Binary1001001010010111100101100010011111010111011000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92121E; }

 p { color: rgb(146,18,30); }

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

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

 a { background-color: rgb(146,18,30); }

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

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

 span { border-color: rgb(146,18,30); }

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