#930924

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

Shades of Carmine #930924

Tints of Carmine #930924

Color information

#930924 (or 0x930924) is unknown color: approx Carmine. HEX triplet: 93, 09 and 24. RGB value is (147,9,36). Sum of RGB (Red+Green+Blue) = 147+9+36=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #930924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930924 is #6CF6DB. Grayscale: #353535. Windows color (decimal): -7141084 or 2361747. OLE color: 2361747.

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

Color convert

RGB147936-
CMYK00.940.760.42
HSL348.26º88.46%30.59%-
HSV(B)348.26º93.88%57.65%-
XYZ12.456.532.27-
YUV53.34118.22194.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.56%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=76.56%
G=4.69%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14793600.940.760.42348.2688.4630.59
Hex9392405E4C2A15c581f
Octal223114401361145253413037
Binary100100111001100100010111101001100101010101011100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930924; }

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

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

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

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

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

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

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

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