#B93E2D

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

Shades of Medium Carmine #B93E2D

Tints of Medium Carmine #B93E2D

Color information

#B93E2D (or 0xB93E2D) is unknown color: approx Medium Carmine. HEX triplet: B9, 3E and 2D. RGB value is (185,62,45). Sum of RGB (Red+Green+Blue) = 185+62+45=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E2D is #46C1D2. Grayscale: #616161. Windows color (decimal): -4637139 or 2965177. OLE color: 2965177.

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

Color convert

RGB1856245-
CMYK00.660.760.27
HSL7.29º60.87%45.1%-
HSV(B)7.29º75.68%72.55%-
XYZ22.213.954-
YUV96.8498.75190.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 45 (17.97% from 255) = 15.41%
R=63.36%
G=21.23%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185624500.660.760.277.2960.8745.1
HexB93E2D0424C1B73d2d
Octal271765501021143377555
Binary1011100111111010110101000010100110011011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E2D; }

 p { color: rgb(185,62,45); }

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

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

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

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

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

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

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