#B73126

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

Shades of Fire Brick #B73126

Tints of Fire Brick #B73126

Color information

#B73126 (or 0xB73126) is unknown color: approx Fire Brick. HEX triplet: B7, 31 and 26. RGB value is (183,49,38). Sum of RGB (Red+Green+Blue) = 183+49+38=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B73126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73126 is #48CED9. Grayscale: #575757. Windows color (decimal): -4771546 or 2503095. OLE color: 2503095.

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

Color convert

RGB1834938-
CMYK00.730.790.28
HSL4.55º65.61%43.33%-
HSV(B)4.55º79.23%71.76%-
XYZ20.9812.43.12-
YUV87.8199.89195.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.78%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=67.78%
G=18.15%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183493800.730.790.284.5565.6143.33
HexB731260494F1C5422b
Octal2676146011111734510253
Binary10110111110001100110010010011001111111001011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73126; }

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

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

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

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

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

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

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

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