#930923

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

Shades of Carmine #930923

Tints of Carmine #930923

Color information

#930923 (or 0x930923) is unknown color: approx Carmine. HEX triplet: 93, 09 and 23. RGB value is (147,9,35). Sum of RGB (Red+Green+Blue) = 147+9+35=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #930923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930923 is #6CF6DC. Grayscale: #353535. Windows color (decimal): -7141085 or 2296211. OLE color: 2296211.

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

Color convert

RGB147935-
CMYK00.940.760.42
HSL348.7º88.46%30.59%-
HSV(B)348.7º93.88%57.65%-
XYZ12.436.522.19-
YUV53.23117.72194.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=76.96%
G=4.71%
B=18.32%

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
Decimal14793500.940.760.42348.788.4630.59
Hex9392305E4C2A15d581f
Octal223114301361145253513037
Binary100100111001100011010111101001100101010101011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930923; }

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

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

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

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

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

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

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

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