#930F15

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

Shades of Carmine #930F15

Tints of Carmine #930F15

Color information

#930F15 (or 0x930F15) is unknown color: approx Carmine. HEX triplet: 93, 0F and 15. RGB value is (147,15,21). Sum of RGB (Red+Green+Blue) = 147+15+21=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #930F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930F15 is #6CF0EA. Grayscale: #373737. Windows color (decimal): -7139563 or 1380243. OLE color: 1380243.

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

Color convert

RGB1471521-
CMYK00.900.860.42
HSL357.27º81.48%31.76%-
HSV(B)357.27º89.8%57.65%-
XYZ12.346.61.33-
YUV55.15108.73193.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.33%
GREEN value IS 15 (6.25% from 255) = 8.20%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=80.33%
G=8.20%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147152100.900.860.42357.2781.4831.76
Hex93F1505A562A1655120
Octal223172501321265254512140
Binary100100111111101010101101010101101010101011001011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930F15; }

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

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

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

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

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

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

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

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