#B13940

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

Shades of Brick Red #B13940

Tints of Brick Red #B13940

Color information

#B13940 (or 0xB13940) is unknown color: approx Brick Red. HEX triplet: B1, 39 and 40. RGB value is (177,57,64). Sum of RGB (Red+Green+Blue) = 177+57+64=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13940 is #4EC6BF. Grayscale: #5D5D5D. Windows color (decimal): -5162688 or 4209073. OLE color: 4209073.

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

Color convert

RGB1775764-
CMYK00.680.640.31
HSL356.5º51.28%45.88%-
HSV(B)356.5º67.8%69.41%-
XYZ20.5212.646.21-
YUV93.68111.26187.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=59.40%
G=19.13%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177576400.680.640.31356.551.2845.88
HexB13940044401F164332e
Octal261711000104100375446356
Binary10110001111001100000001000100100000011111101100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13940; }

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

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

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

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

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

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

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

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