#92121D

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

Shades of Carmine #92121D

Tints of Carmine #92121D

Color information

#92121D (or 0x92121D) is unknown color: approx Carmine. HEX triplet: 92, 12 and 1D. RGB value is (146,18,29). Sum of RGB (Red+Green+Blue) = 146+18+29=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #92121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92121D is #6DEDE2. Grayscale: #393939. Windows color (decimal): -7204323 or 1905298. OLE color: 1905298.

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

Color convert

RGB1461829-
CMYK00.880.800.43
HSL354.84º78.05%32.16%-
HSV(B)354.84º87.67%57.25%-
XYZ12.296.631.79-
YUV57.53111.91191.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.65%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=75.65%
G=9.33%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146182900.880.800.43354.8478.0532.16
Hex92121D058502B1634e20
Octal222223501301205354311640
Binary1001001010010111010101100010100001010111011000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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