#92122B

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

Shades of Carmine #92122B

Tints of Carmine #92122B

Color information

#92122B (or 0x92122B) is unknown color: approx Carmine. HEX triplet: 92, 12 and 2B. RGB value is (146,18,43). Sum of RGB (Red+Green+Blue) = 146+18+43=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #92122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92122B is #6DEDD4. Grayscale: #3B3B3B. Windows color (decimal): -7204309 or 2822802. OLE color: 2822802.

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

Color convert

RGB1461843-
CMYK00.880.710.43
HSL348.28º78.05%32.16%-
HSV(B)348.28º87.67%57.25%-
XYZ12.516.722.92-
YUV59.12118.91189.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.53%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=70.53%
G=8.70%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146184300.880.710.43348.2878.0532.16
Hex92122B058472B15c4e20
Octal222225301301075353411640
Binary10010010100101010110101100010001111010111010111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92122B; }

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

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

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

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

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

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

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

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