#92121C

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

Shades of Carmine #92121C

Tints of Carmine #92121C

Color information

#92121C (or 0x92121C) is unknown color: approx Carmine. HEX triplet: 92, 12 and 1C. RGB value is (146,18,28). Sum of RGB (Red+Green+Blue) = 146+18+28=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #92121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92121C is #6DEDE3. Grayscale: #393939. Windows color (decimal): -7204324 or 1839762. OLE color: 1839762.

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

Color convert

RGB1461828-
CMYK00.880.810.43
HSL355.31º78.05%32.16%-
HSV(B)355.31º87.67%57.25%-
XYZ12.286.631.73-
YUV57.41111.41191.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.04%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=76.04%
G=9.38%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146182800.880.810.43355.3178.0532.16
Hex92121C058512B1634e20
Octal222223401301215354311640
Binary1001001010010111000101100010100011010111011000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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