#930B1E

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

Shades of Carmine #930B1E

Tints of Carmine #930B1E

Color information

#930B1E (or 0x930B1E) is unknown color: approx Carmine. HEX triplet: 93, 0B and 1E. RGB value is (147,11,30). Sum of RGB (Red+Green+Blue) = 147+11+30=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #930B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B1E is #6CF4E1. Grayscale: #353535. Windows color (decimal): -7140578 or 1969043. OLE color: 1969043.

HSL color Cylindrical-coordinate representation of color #930B1E: hue angle of 351.62º degrees, saturation: 0.86, 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 #930B1E is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1471130-
CMYK00.930.800.42
HSL351.62º86.08%30.98%-
HSV(B)351.62º92.52%57.65%-
XYZ12.396.541.84-
YUV53.83114.56194.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=78.19%
G=5.85%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147113000.930.800.42351.6286.0830.98
Hex93B1E05D502A160561f
Octal223133601351205254012637
Binary10010011101111110010111011010000101010101100000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,11,30); }

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

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

 a { background-color: rgb(147,11,30); }

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

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

 span { border-color: rgb(147,11,30); }

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