#B9393E

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

Shades of Brick Red #B9393E

Tints of Brick Red #B9393E

Color information

#B9393E (or 0xB9393E) is unknown color: approx Brick Red. HEX triplet: B9, 39 and 3E. RGB value is (185,57,62). Sum of RGB (Red+Green+Blue) = 185+57+62=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B9393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9393E is #46C6C1. Grayscale: #5F5F5F. Windows color (decimal): -4638402 or 4078009. OLE color: 4078009.

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

Color convert

RGB1855762-
CMYK00.690.660.27
HSL357.66º52.89%47.45%-
HSV(B)357.66º69.19%72.55%-
XYZ22.3413.596-
YUV95.84108.91191.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.86%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=60.86%
G=18.75%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185576200.690.660.27357.6652.8947.45
HexB9393E045421B166352f
Octal27171760105102335466557
Binary1011100111100111111001000101100001011011101100110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9393E; }

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

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

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

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

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

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

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

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