#930A15

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

Shades of Carmine #930A15

Tints of Carmine #930A15

Color information

#930A15 (or 0x930A15) is unknown color: approx Carmine. HEX triplet: 93, 0A and 15. RGB value is (147,10,21). Sum of RGB (Red+Green+Blue) = 147+10+21=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #930A15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A15 is #6CF5EA. Grayscale: #343434. Windows color (decimal): -7140843 or 1378963. OLE color: 1378963.

HSL color Cylindrical-coordinate representation of color #930A15: hue angle of 355.18º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A15 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1471021-
CMYK00.930.860.42
HSL355.18º87.26%30.78%-
HSV(B)355.18º93.2%57.65%-
XYZ12.286.471.31-
YUV52.22110.39195.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.58%
GREEN value IS 10 (4.30% from 255) = 5.62%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=82.58%
G=5.62%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147102100.930.860.42355.1887.2630.78
Hex93A1505D562A163571f
Octal223122501351265254312737
Binary10010011101010101010111011010110101010101100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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