#B13139

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

Shades of Brick Red #B13139

Tints of Brick Red #B13139

Color information

#B13139 (or 0xB13139) is unknown color: approx Brick Red. HEX triplet: B1, 31 and 39. RGB value is (177,49,57). Sum of RGB (Red+Green+Blue) = 177+49+57=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B13139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13139 is #4ECEC6. Grayscale: #585858. Windows color (decimal): -5164743 or 3748273. OLE color: 3748273.

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

Color convert

RGB1774957-
CMYK00.720.680.31
HSL356.25º56.64%44.31%-
HSV(B)356.25º72.32%69.41%-
XYZ19.9711.845.1-
YUV88.18110.41191.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.54%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=62.54%
G=17.31%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177495700.720.680.31356.2556.6444.31
HexB13139048441F164392c
Octal26161710110104375447154
Binary1011000111000111100101001000100010011111101100100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13139; }

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

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

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

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

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

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

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

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