#B8393F

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

Shades of Brick Red #B8393F

Tints of Brick Red #B8393F

Color information

#B8393F (or 0xB8393F) is unknown color: approx Brick Red. HEX triplet: B8, 39 and 3F. RGB value is (184,57,63). Sum of RGB (Red+Green+Blue) = 184+57+63=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B8393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8393F is #47C6C0. Grayscale: #5F5F5F. Windows color (decimal): -4703937 or 4143544. OLE color: 4143544.

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

Color convert

RGB1845763-
CMYK00.690.660.28
HSL357.17º52.7%47.25%-
HSV(B)357.17º69.02%72.16%-
XYZ22.1313.486.14-
YUV95.66109.58191.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.53%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 63 (25% from 255) = 20.72%
R=60.53%
G=18.75%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184576300.690.660.28357.1752.747.25
HexB8393F045421C165352f
Octal27071770105102345456557
Binary1011100011100111111101000101100001011100101100101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8393F; }

 p { color: rgb(184,57,63); }

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

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

 a { background-color: rgb(184,57,63); }

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

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

 span { border-color: rgb(184,57,63); }

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