#B8261D

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

Shades of Fire Brick #B8261D

Tints of Fire Brick #B8261D

Color information

#B8261D (or 0xB8261D) is unknown color: approx Fire Brick. HEX triplet: B8, 26 and 1D. RGB value is (184,38,29). Sum of RGB (Red+Green+Blue) = 184+38+29=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8261D is #47D9E2. Grayscale: #505050. Windows color (decimal): -4708835 or 1910456. OLE color: 1910456.

HSL color Cylindrical-coordinate representation of color #B8261D: hue angle of 3.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8261D is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1843829-
CMYK00.790.840.28
HSL3.48º72.77%41.76%-
HSV(B)3.48º84.24%72.16%-
XYZ20.6811.672.32-
YUV80.6398.87201.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.31%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 29 (11.72% from 255) = 11.55%
R=73.31%
G=15.14%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184382900.790.840.283.4872.7741.76
HexB8261D04F541C3492a
Octal2704635011712434311152
Binary101110001001101110101001111101010011100111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8261D; }

 p { color: rgb(184,38,29); }

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

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

 a { background-color: rgb(184,38,29); }

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

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

 span { border-color: rgb(184,38,29); }

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