#B91310

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

Shades of Fire Brick #B91310

Tints of Fire Brick #B91310

Color information

#B91310 (or 0xB91310) is unknown color: approx Fire Brick. HEX triplet: B9, 13 and 10. RGB value is (185,19,16). Sum of RGB (Red+Green+Blue) = 185+19+16=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B91310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91310 is #46ECEF. Grayscale: #444444. Windows color (decimal): -4648176 or 1053625. OLE color: 1053625.

HSL color Cylindrical-coordinate representation of color #B91310: hue angle of 1.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91310 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1851916-
CMYK00.900.910.27
HSL1.07º84.08%39.41%-
HSV(B)1.07º91.35%72.55%-
XYZ20.3310.821.51-
YUV68.2998.5211.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 84.09%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 16 (6.64% from 255) = 7.27%
R=84.09%
G=8.64%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185191600.900.910.271.0784.0839.41
HexB9131005A5B1B15427
Octal2712320013213333112447
Binary1011100110011100000101101010110111101111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91310; }

 p { color: rgb(185,19,16); }

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

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

 a { background-color: rgb(185,19,16); }

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

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

 span { border-color: rgb(185,19,16); }

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