#930815

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

Shades of Carmine #930815

Tints of Carmine #930815

Color information

#930815 (or 0x930815) is unknown color: approx Carmine. HEX triplet: 93, 08 and 15. RGB value is (147,8,21). Sum of RGB (Red+Green+Blue) = 147+8+21=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #930815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930815 is #6CF7EA. Grayscale: #333333. Windows color (decimal): -7141355 or 1378451. OLE color: 1378451.

HSL color Cylindrical-coordinate representation of color #930815: hue angle of 354.39º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930815 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB147821-
CMYK00.950.860.42
HSL354.39º89.68%30.39%-
HSV(B)354.39º94.56%57.65%-
XYZ12.256.431.3-
YUV51.04111.05196.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.52%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=83.52%
G=4.55%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14782100.950.860.42354.3989.6830.39
Hex9381505F562A1625a1e
Octal223102501371265254213236
Binary10010011100010101010111111010110101010101100010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930815; }

 p { color: rgb(147,8,21); }

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

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

 a { background-color: rgb(147,8,21); }

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

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

 span { border-color: rgb(147,8,21); }

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