#B93F3F

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

Shades of Medium Carmine #B93F3F

Tints of Medium Carmine #B93F3F

Color information

#B93F3F (or 0xB93F3F) is unknown color: approx Medium Carmine. HEX triplet: B9, 3F and 3F. RGB value is (185,63,63). Sum of RGB (Red+Green+Blue) = 185+63+63=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F3F is #46C0C0. Grayscale: #636363. Windows color (decimal): -4636865 or 4145081. OLE color: 4145081.

HSL color Cylindrical-coordinate representation of color #B93F3F: hue angle of 0º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F3F is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1856363-
CMYK00.660.660.27
HSL49.19%48.63%-
HSV(B)65.95%72.55%-
XYZ22.6814.236.25-
YUV99.48107.42189-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.49%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 63 (25% from 255) = 20.26%
R=59.49%
G=20.26%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185636300.660.660.27049.1948.63
HexB93F3F042421B03131
Octal271777701021023306161
Binary10111001111111111111010000101000010110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F3F; }

 p { color: rgb(185,63,63); }

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

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

 a { background-color: rgb(185,63,63); }

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

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

 span { border-color: rgb(185,63,63); }

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