#B31D03

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

Shades of Fire Brick #B31D03

Tints of Fire Brick #B31D03

Color information

#B31D03 (or 0xB31D03) is unknown color: approx Fire Brick. HEX triplet: B3, 1D and 03. RGB value is (179,29,3). Sum of RGB (Red+Green+Blue) = 179+29+3=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31D03 is #4CE2FC. Grayscale: #474747. Windows color (decimal): -5038845 or 204211. OLE color: 204211.

HSL color Cylindrical-coordinate representation of color #B31D03: hue angle of 8.86º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B31D03 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB179293-
CMYK00.840.980.30
HSL8.86º96.7%35.69%-
HSV(B)8.86º98.32%70.2%-
XYZ19.0510.471.1-
YUV70.8989.7205.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 84.83%
GREEN value IS 29 (11.72% from 255) = 13.74%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=84.83%
G=13.74%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17929300.840.980.308.8696.735.69
HexB31D3054621E96124
Octal2633530124142361114144
Binary1011001111101110101010011000101111010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31D03; }

 p { color: rgb(179,29,3); }

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

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

 a { background-color: rgb(179,29,3); }

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

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

 span { border-color: rgb(179,29,3); }

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