#B92615

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

Shades of Fire Brick #B92615

Tints of Fire Brick #B92615

Color information

#B92615 (or 0xB92615) is unknown color: approx Fire Brick. HEX triplet: B9, 26 and 15. RGB value is (185,38,21). Sum of RGB (Red+Green+Blue) = 185+38+21=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B92615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92615 is #46D9EA. Grayscale: #505050. Windows color (decimal): -4643307 or 1386169. OLE color: 1386169.

HSL color Cylindrical-coordinate representation of color #B92615: hue angle of 6.22º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B92615 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1853821-
CMYK00.790.890.27
HSL6.22º79.61%40.39%-
HSV(B)6.22º88.65%72.55%-
XYZ20.8411.751.88-
YUV80.0294.7202.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.82%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=75.82%
G=15.57%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185382100.790.890.276.2279.6140.39
HexB9261504F591B65028
Octal2714625011713133612050
Binary1011100110011010101010011111011001110111101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92615; }

 p { color: rgb(185,38,21); }

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

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

 a { background-color: rgb(185,38,21); }

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

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

 span { border-color: rgb(185,38,21); }

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