#b93534

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

Shades of Medium Carmine #B93534

Tints of Medium Carmine #B93534

Color information

#B93534 (or 0xB93534) is unknown color: approx Medium Carmine. HEX triplet: B9, 35 and 34. RGB value is (185,53,52). Sum of RGB (Red+Green+Blue) = 185+53+52=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B93534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93534 is #46CACB. Grayscale: #5C5C5C. Windows color (decimal): -4639436 or 3421625. OLE color: 3421625.

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

Color convert

RGB1855352-
CMYK00.710.720.27
HSL0.45º56.12%46.47%-
HSV(B)0.45º71.89%72.55%-
XYZ21.913.114.62-
YUV92.35105.23194.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.79%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=63.79%
G=18.28%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185535200.710.720.270.4556.1246.47
HexB93534047481B0382e
Octal271656401071103307056
Binary10111001110101110100010001111001000110110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93534; }

 p { color: rgb(185,53,52); }

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

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

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

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

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

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

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