#B23940

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

Shades of Brick Red #B23940

Tints of Brick Red #B23940

Color information

#B23940 (or 0xB23940) is unknown color: approx Brick Red. HEX triplet: B2, 39 and 40. RGB value is (178,57,64). Sum of RGB (Red+Green+Blue) = 178+57+64=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23940 is #4DC6BF. Grayscale: #5E5E5E. Windows color (decimal): -5097152 or 4209074. OLE color: 4209074.

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

Color convert

RGB1785764-
CMYK00.680.640.30
HSL356.53º51.49%46.08%-
HSV(B)356.53º67.98%69.8%-
XYZ20.7512.766.22-
YUV93.98111.09187.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=59.53%
G=19.06%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178576400.680.640.30356.5351.4946.08
HexB23940044401E165332e
Octal262711000104100365456356
Binary10110010111001100000001000100100000011110101100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23940; }

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

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

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

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

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

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

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

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