#920926

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

Shades of Carmine #920926

Tints of Carmine #920926

Color information

#920926 (or 0x920926) is unknown color: approx Carmine. HEX triplet: 92, 09 and 26. RGB value is (146,9,38). Sum of RGB (Red+Green+Blue) = 146+9+38=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #920926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920926 is #6DF6D9. Grayscale: #353535. Windows color (decimal): -7206618 or 2492818. OLE color: 2492818.

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

Color convert

RGB146938-
CMYK00.940.740.43
HSL347.3º88.39%30.39%-
HSV(B)347.3º93.84%57.25%-
XYZ12.36.452.43-
YUV53.27119.39194.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.65%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=75.65%
G=4.66%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14693800.940.740.43347.388.3930.39
Hex9292605E4A2B15b581e
Octal222114601361125353313036
Binary100100101001100110010111101001010101011101011011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920926; }

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

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

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

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

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

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

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

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