#B1313A

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

Shades of Brick Red #B1313A

Tints of Brick Red #B1313A

Color information

#B1313A (or 0xB1313A) is unknown color: approx Brick Red. HEX triplet: B1, 31 and 3A. RGB value is (177,49,58). Sum of RGB (Red+Green+Blue) = 177+49+58=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1313A is #4ECEC5. Grayscale: #585858. Windows color (decimal): -5164742 or 3813809. OLE color: 3813809.

HSL color Cylindrical-coordinate representation of color #B1313A: hue angle of 355.78º 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 #B1313A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1774958-
CMYK00.720.670.31
HSL355.78º56.64%44.31%-
HSV(B)355.78º72.32%69.41%-
XYZ19.9911.855.24-
YUV88.3110.91191.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=62.32%
G=17.25%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177495800.720.670.31355.7856.6444.31
HexB1313A048431F164392c
Octal26161720110103375447154
Binary1011000111000111101001001000100001111111101100100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1313A; }

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

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

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

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

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

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

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

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