#920E24

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

Shades of Carmine #920E24

Tints of Carmine #920E24

Color information

#920E24 (or 0x920E24) is unknown color: approx Carmine. HEX triplet: 92, 0E and 24. RGB value is (146,14,36). Sum of RGB (Red+Green+Blue) = 146+14+36=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #920E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E24 is #6DF1DB. Grayscale: #383838. Windows color (decimal): -7205340 or 2363026. OLE color: 2363026.

HSL color Cylindrical-coordinate representation of color #920E24: hue angle of 350º 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 #920E24 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1461436-
CMYK00.900.750.43
HSL350º82.5%31.37%-
HSV(B)350º90.41%57.25%-
XYZ12.336.552.28-
YUV55.98116.73192.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.49%
GREEN value IS 14 (5.86% from 255) = 7.14%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=74.49%
G=7.14%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146143600.900.750.4335082.531.37
Hex92E2405A4B2B15e521f
Octal222164401321135353612237
Binary100100101110100100010110101001011101011101011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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