#930B1B

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

Shades of Carmine #930B1B

Tints of Carmine #930B1B

Color information

#930B1B (or 0x930B1B) is unknown color: approx Carmine. HEX triplet: 93, 0B and 1B. RGB value is (147,11,27). Sum of RGB (Red+Green+Blue) = 147+11+27=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #930B1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B1B is #6CF4E4. Grayscale: #353535. Windows color (decimal): -7140581 or 1772435. OLE color: 1772435.

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

Color convert

RGB1471127-
CMYK00.930.820.42
HSL352.94º86.08%30.98%-
HSV(B)352.94º92.52%57.65%-
XYZ12.356.521.64-
YUV53.49113.06194.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.46%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=79.46%
G=5.95%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147112700.930.820.42352.9486.0830.98
Hex93B1B05D522A161561f
Octal223133301351225254112637
Binary10010011101111011010111011010010101010101100001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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