#920928

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

Shades of Carmine #920928

Tints of Carmine #920928

Color information

#920928 (or 0x920928) is unknown color: approx Carmine. HEX triplet: 92, 09 and 28. RGB value is (146,9,40). Sum of RGB (Red+Green+Blue) = 146+9+40=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #920928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920928 is #6DF6D7. Grayscale: #353535. Windows color (decimal): -7206616 or 2623890. OLE color: 2623890.

HSL color Cylindrical-coordinate representation of color #920928: hue angle of 346.42º 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 #920928 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB146940-
CMYK00.940.730.43
HSL346.42º88.39%30.39%-
HSV(B)346.42º93.84%57.25%-
XYZ12.336.462.6-
YUV53.5120.39193.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.87%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 40 (16.02% from 255) = 20.51%
R=74.87%
G=4.62%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14694000.940.730.43346.4288.3930.39
Hex9292805E492B15a581e
Octal222115001361115353213036
Binary100100101001101000010111101001001101011101011010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920928; }

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

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

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

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

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

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

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

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