#B4393D

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

Shades of Brick Red #B4393D

Tints of Brick Red #B4393D

Color information

#B4393D (or 0xB4393D) is unknown color: approx Brick Red. HEX triplet: B4, 39 and 3D. RGB value is (180,57,61). Sum of RGB (Red+Green+Blue) = 180+57+61=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B4393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4393D is #4BC6C2. Grayscale: #5E5E5E. Windows color (decimal): -4966083 or 4012468. OLE color: 4012468.

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

Color convert

RGB1805761-
CMYK00.680.660.29
HSL358.05º51.9%46.47%-
HSV(B)358.05º68.33%70.59%-
XYZ21.1312.975.8-
YUV94.23109.25189.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.40%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=60.40%
G=19.13%
B=20.47%

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
Decimal180576100.680.660.29358.0551.946.47
HexB4393D044421D166342e
Octal26471750104102355466456
Binary1011010011100111110101000100100001011101101100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4393D; }

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

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

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

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

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

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

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

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