#B93533

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

Shades of Medium Carmine #B93533

Tints of Medium Carmine #B93533

Color information

#B93533 (or 0xB93533) is unknown color: approx Medium Carmine. HEX triplet: B9, 35 and 33. RGB value is (185,53,51). Sum of RGB (Red+Green+Blue) = 185+53+51=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B93533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93533 is #46CACC. Grayscale: #5C5C5C. Windows color (decimal): -4639437 or 3356089. OLE color: 3356089.

HSL color Cylindrical-coordinate representation of color #B93533: hue angle of 0.9º degrees, saturation: 0.57, 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 #B93533 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1855351-
CMYK00.710.720.27
HSL0.9º56.78%46.27%-
HSV(B)0.9º72.43%72.55%-
XYZ21.8813.14.51-
YUV92.24104.73194.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.01%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=64.01%
G=18.34%
B=17.65%

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
Decimal185535100.710.720.270.956.7846.27
HexB93533047481B1392e
Octal271656301071103317156
Binary10111001110101110011010001111001000110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93533; }

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

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

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

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

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

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

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

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