#B93B30

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

Shades of Medium Carmine #B93B30

Tints of Medium Carmine #B93B30

Color information

#B93B30 (or 0xB93B30) is unknown color: approx Medium Carmine. HEX triplet: B9, 3B and 30. RGB value is (185,59,48). Sum of RGB (Red+Green+Blue) = 185+59+48=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B30 is #46C4CF. Grayscale: #5F5F5F. Windows color (decimal): -4637904 or 3161017. OLE color: 3161017.

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

Color convert

RGB1855948-
CMYK00.680.740.27
HSL4.82º58.8%45.69%-
HSV(B)4.82º74.05%72.55%-
XYZ22.1113.664.27-
YUV95.42101.24191.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=63.36%
G=20.21%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185594800.680.740.274.8258.845.69
HexB93B300444A1B53b2e
Octal271736001041123357356
Binary1011100111101111000001000100100101011011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B30; }

 p { color: rgb(185,59,48); }

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

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

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

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

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

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

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