#B93026

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

Shades of Fire Brick #B93026

Tints of Fire Brick #B93026

Color information

#B93026 (or 0xB93026) is unknown color: approx Fire Brick. HEX triplet: B9, 30 and 26. RGB value is (185,48,38). Sum of RGB (Red+Green+Blue) = 185+48+38=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B93026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93026 is #46CFD9. Grayscale: #585858. Windows color (decimal): -4640730 or 2502841. OLE color: 2502841.

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

Color convert

RGB1854838-
CMYK00.740.790.27
HSL4.08º65.92%43.73%-
HSV(B)4.08º79.46%72.55%-
XYZ21.4112.573.13-
YUV87.8299.89197.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.27%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=68.27%
G=17.71%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185483800.740.790.274.0865.9243.73
HexB9302604A4F1B4422c
Octal2716046011211733410254
Binary10111001110000100110010010101001111110111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93026; }

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

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

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

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

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

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

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

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