#B8393E

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

Shades of Brick Red #B8393E

Tints of Brick Red #B8393E

Color information

#B8393E (or 0xB8393E) is unknown color: approx Brick Red. HEX triplet: B8, 39 and 3E. RGB value is (184,57,62). Sum of RGB (Red+Green+Blue) = 184+57+62=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B8393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8393E is #47C6C1. Grayscale: #5F5F5F. Windows color (decimal): -4703938 or 4078008. OLE color: 4078008.

HSL color Cylindrical-coordinate representation of color #B8393E: hue angle of 357.64º 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 #B8393E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1845762-
CMYK00.690.660.28
HSL357.64º52.7%47.25%-
HSV(B)357.64º69.02%72.16%-
XYZ22.113.465.99-
YUV95.54109.08191.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.73%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=60.73%
G=18.81%
B=20.46%

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
Decimal184576200.690.660.28357.6452.747.25
HexB8393E045421C166352f
Octal27071760105102345466557
Binary1011100011100111111001000101100001011100101100110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8393E; }

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

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

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

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

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

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

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

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