#B1313D

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

Shades of Brick Red #B1313D

Tints of Brick Red #B1313D

Color information

#B1313D (or 0xB1313D) is unknown color: approx Brick Red. HEX triplet: B1, 31 and 3D. RGB value is (177,49,61). Sum of RGB (Red+Green+Blue) = 177+49+61=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1313D is #4ECEC2. Grayscale: #585858. Windows color (decimal): -5164739 or 4010417. OLE color: 4010417.

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

Color convert

RGB1774961-
CMYK00.720.660.31
HSL354.38º56.64%44.31%-
HSV(B)354.38º72.32%69.41%-
XYZ20.0711.885.65-
YUV88.64112.41191.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=61.67%
G=17.07%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177496100.720.660.31354.3856.6444.31
HexB1313D048421F162392c
Octal26161750110102375427154
Binary1011000111000111110101001000100001011111101100010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1313D; }

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

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

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

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

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

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

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

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