#B7261E

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

Shades of Fire Brick #B7261E

Tints of Fire Brick #B7261E

Color information

#B7261E (or 0xB7261E) is unknown color: approx Fire Brick. HEX triplet: B7, 26 and 1E. RGB value is (183,38,30). Sum of RGB (Red+Green+Blue) = 183+38+30=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7261E is #48D9E1. Grayscale: #505050. Windows color (decimal): -4774370 or 1975991. OLE color: 1975991.

HSL color Cylindrical-coordinate representation of color #B7261E: hue angle of 3.14º degrees, saturation: 0.72, 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 #B7261E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1833830-
CMYK00.790.840.28
HSL3.14º71.83%41.76%-
HSV(B)3.14º83.61%71.76%-
XYZ20.4611.552.38-
YUV80.4499.54201.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.91%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=72.91%
G=15.14%
B=11.95%

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
Decimal183383000.790.840.283.1471.8341.76
HexB7261E04F541C3482a
Octal2674636011712434311052
Binary101101111001101111001001111101010011100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7261E; }

 p { color: rgb(183,38,30); }

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

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

 a { background-color: rgb(183,38,30); }

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

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

 span { border-color: rgb(183,38,30); }

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