#B0313E

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

Shades of Brick Red #B0313E

Tints of Brick Red #B0313E

Color information

#B0313E (or 0xB0313E) is unknown color: approx Brick Red. HEX triplet: B0, 31 and 3E. RGB value is (176,49,62). Sum of RGB (Red+Green+Blue) = 176+49+62=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0313E is #4FCEC1. Grayscale: #585858. Windows color (decimal): -5230274 or 4075952. OLE color: 4075952.

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

Color convert

RGB1764962-
CMYK00.720.650.31
HSL353.86º56.44%44.12%-
HSV(B)353.86º72.16%69.02%-
XYZ19.8711.775.78-
YUV88.46113.08190.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=61.32%
G=17.07%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176496200.720.650.31353.8656.4444.12
HexB0313E048411F162382c
Octal26061760110101375427054
Binary1011000011000111111001001000100000111111101100010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0313E; }

 p { color: rgb(176,49,62); }

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

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

 a { background-color: rgb(176,49,62); }

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

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

 span { border-color: rgb(176,49,62); }

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