#920E23

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

Shades of Carmine #920E23

Tints of Carmine #920E23

Color information

#920E23 (or 0x920E23) is unknown color: approx Carmine. HEX triplet: 92, 0E and 23. RGB value is (146,14,35). Sum of RGB (Red+Green+Blue) = 146+14+35=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #920E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E23 is #6DF1DC. Grayscale: #373737. Windows color (decimal): -7205341 or 2297490. OLE color: 2297490.

HSL color Cylindrical-coordinate representation of color #920E23: hue angle of 350.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E23 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB1461435-
CMYK00.900.760.43
HSL350.45º82.5%31.37%-
HSV(B)350.45º90.41%57.25%-
XYZ12.316.552.2-
YUV55.86116.23192.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.87%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=74.87%
G=7.18%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146143500.900.760.43350.4582.531.37
Hex92E2305A4C2B15e521f
Octal222164301321145353612237
Binary100100101110100011010110101001100101011101011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920E23; }

 p { color: rgb(146,14,35); }

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

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

 a { background-color: rgb(146,14,35); }

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

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

 span { border-color: rgb(146,14,35); }

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