#B4393E

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

Shades of Brick Red #B4393E

Tints of Brick Red #B4393E

Color information

#B4393E (or 0xB4393E) is unknown color: approx Brick Red. HEX triplet: B4, 39 and 3E. RGB value is (180,57,62). Sum of RGB (Red+Green+Blue) = 180+57+62=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B4393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4393E is #4BC6C1. Grayscale: #5E5E5E. Windows color (decimal): -4966082 or 4078004. OLE color: 4078004.

HSL color Cylindrical-coordinate representation of color #B4393E: hue angle of 357.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4393E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1805762-
CMYK00.680.660.29
HSL357.56º51.9%46.47%-
HSV(B)357.56º68.33%70.59%-
XYZ21.1612.985.95-
YUV94.35109.75189.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=60.20%
G=19.06%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180576200.680.660.29357.5651.946.47
HexB4393E044421D166342e
Octal26471760104102355466456
Binary1011010011100111111001000100100001011101101100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4393E; }

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

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

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

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

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

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

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

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