#930926

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

Shades of Carmine #930926

Tints of Carmine #930926

Color information

#930926 (or 0x930926) is unknown color: approx Carmine. HEX triplet: 93, 09 and 26. RGB value is (147,9,38). Sum of RGB (Red+Green+Blue) = 147+9+38=194 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.77% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 147 - color contains mainly: red. Hex color #930926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930926 is #6CF6D9. Grayscale: #353535. Windows color (decimal): -7141082 or 2492819. OLE color: 2492819.

HSL color Cylindrical-coordinate representation of color #930926: hue angle of 347.39º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930926 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB147938-
CMYK00.940.740.42
HSL347.39º88.46%30.59%-
HSV(B)347.39º93.88%57.65%-
XYZ12.486.542.44-
YUV53.57119.22194.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.77%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=75.77%
G=4.64%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14793800.940.740.42347.3988.4630.59
Hex9392605E4A2A15b581f
Octal223114601361125253313037
Binary100100111001100110010111101001010101010101011011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930926; }

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

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

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

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

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

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

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

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