#B93743

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

Shades of Brick Red #B93743

Tints of Brick Red #B93743

Color information

#B93743 (or 0xB93743) is unknown color: approx Brick Red. HEX triplet: B9, 37 and 43. RGB value is (185,55,67). Sum of RGB (Red+Green+Blue) = 185+55+67=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B93743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93743 is #46C8BC. Grayscale: #5F5F5F. Windows color (decimal): -4638909 or 4405177. OLE color: 4405177.

HSL color Cylindrical-coordinate representation of color #B93743: hue angle of 354.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93743 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1855567-
CMYK00.700.640.27
HSL354.46º54.17%47.06%-
HSV(B)354.46º70.27%72.55%-
XYZ22.3913.456.73-
YUV95.24112.07192.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.26%
GREEN value IS 55 (21.88% from 255) = 17.92%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=60.26%
G=17.92%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185556700.700.640.27354.4654.1747.06
HexB93743046401B162362f
Octal271671030106100335426657
Binary10111001110111100001101000110100000011011101100010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93743; }

 p { color: rgb(185,55,67); }

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

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

 a { background-color: rgb(185,55,67); }

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

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

 span { border-color: rgb(185,55,67); }

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