#B93940

Color #B93940 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B93940

Tints of Brick Red #B93940

Color information

#B93940 (or 0xB93940) is unknown color: approx Brick Red. HEX triplet: B9, 39 and 40. RGB value is (185,57,64). Sum of RGB (Red+Green+Blue) = 185+57+64=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93940 is #46C6BF. Grayscale: #606060. Windows color (decimal): -4638400 or 4209081. OLE color: 4209081.

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

Color convert

RGB1855764-
CMYK00.690.650.27
HSL356.72º52.89%47.45%-
HSV(B)356.72º69.19%72.55%-
XYZ22.413.616.3-
YUV96.07109.91191.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.46%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=60.46%
G=18.63%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185576400.690.650.27356.7252.8947.45
HexB93940045411B165352f
Octal271711000105101335456557
Binary10111001111001100000001000101100000111011101100101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93940; }

 p { color: rgb(185,57,64); }

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

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

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

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

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

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

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