#B93843

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

Shades of Brick Red #B93843

Tints of Brick Red #B93843

Color information

#B93843 (or 0xB93843) is unknown color: approx Brick Red. HEX triplet: B9, 38 and 43. RGB value is (185,56,67). Sum of RGB (Red+Green+Blue) = 185+56+67=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B93843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93843 is #46C7BC. Grayscale: #5F5F5F. Windows color (decimal): -4638653 or 4405433. OLE color: 4405433.

HSL color Cylindrical-coordinate representation of color #B93843: hue angle of 354.88º 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 #B93843 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1855667-
CMYK00.700.640.27
HSL354.88º53.53%47.25%-
HSV(B)354.88º69.73%72.55%-
XYZ22.4313.556.74-
YUV95.82111.74191.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=60.06%
G=18.18%
B=21.75%

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
Decimal185566700.700.640.27354.8853.5347.25
HexB93843046401B163362f
Octal271701030106100335436657
Binary10111001111000100001101000110100000011011101100011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93843; }

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

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

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

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

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

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

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

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