#920914

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

Shades of Carmine #920914

Tints of Carmine #920914

Color information

#920914 (or 0x920914) is unknown color: approx Carmine. HEX triplet: 92, 09 and 14. RGB value is (146,9,20). Sum of RGB (Red+Green+Blue) = 146+9+20=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #920914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920914 is #6DF6EB. Grayscale: #333333. Windows color (decimal): -7206636 or 1313170. OLE color: 1313170.

HSL color Cylindrical-coordinate representation of color #920914: hue angle of 355.18º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920914 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB146920-
CMYK00.940.860.43
HSL355.18º88.39%30.39%-
HSV(B)355.18º93.84%57.25%-
XYZ12.086.361.25-
YUV51.22110.39195.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.43%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=83.43%
G=5.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14692000.940.860.43355.1888.3930.39
Hex9291405E562B163581e
Octal222112401361265354313036
Binary10010010100110100010111101010110101011101100011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920914; }

 p { color: rgb(146,9,20); }

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

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

 a { background-color: rgb(146,9,20); }

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

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

 span { border-color: rgb(146,9,20); }

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