#B73026

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

Shades of Fire Brick #B73026

Tints of Fire Brick #B73026

Color information

#B73026 (or 0xB73026) is unknown color: approx Fire Brick. HEX triplet: B7, 30 and 26. RGB value is (183,48,38). Sum of RGB (Red+Green+Blue) = 183+48+38=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B73026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73026 is #48CFD9. Grayscale: #575757. Windows color (decimal): -4771802 or 2502839. OLE color: 2502839.

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

Color convert

RGB1834838-
CMYK00.740.790.28
HSL4.14º65.61%43.33%-
HSV(B)4.14º79.23%71.76%-
XYZ20.9412.323.11-
YUV87.22100.23196.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.03%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=68.03%
G=17.84%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183483800.740.790.284.1465.6143.33
HexB7302604A4F1C4422b
Octal2676046011211734410253
Binary10110111110000100110010010101001111111001001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73026; }

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

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

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

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

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

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

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

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