#B2393D

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

Shades of Brick Red #B2393D

Tints of Brick Red #B2393D

Color information

#B2393D (or 0xB2393D) is unknown color: approx Brick Red. HEX triplet: B2, 39 and 3D. RGB value is (178,57,61). Sum of RGB (Red+Green+Blue) = 178+57+61=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B2393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2393D is #4DC6C2. Grayscale: #5D5D5D. Windows color (decimal): -5097155 or 4012466. OLE color: 4012466.

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

Color convert

RGB1785761-
CMYK00.680.660.30
HSL358.02º51.49%46.08%-
HSV(B)358.02º67.98%69.8%-
XYZ20.6712.735.78-
YUV93.64109.59188.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=60.14%
G=19.26%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178576100.680.660.30358.0251.4946.08
HexB2393D044421E166332e
Octal26271750104102365466356
Binary1011001011100111110101000100100001011110101100110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2393D; }

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

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

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

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

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

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

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

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