#B72513

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

Shades of Fire Brick #B72513

Tints of Fire Brick #B72513

Color information

#B72513 (or 0xB72513) is unknown color: approx Fire Brick. HEX triplet: B7, 25 and 13. RGB value is (183,37,19). Sum of RGB (Red+Green+Blue) = 183+37+19=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B72513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72513 is #48DAEC. Grayscale: #4E4E4E. Windows color (decimal): -4774637 or 1254839. OLE color: 1254839.

HSL color Cylindrical-coordinate representation of color #B72513: hue angle of 6.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72513 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1833719-
CMYK00.800.900.28
HSL6.59º81.19%39.61%-
HSV(B)6.59º89.62%71.76%-
XYZ20.3111.441.75-
YUV78.694.37202.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.57%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=76.57%
G=15.48%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183371900.800.900.286.5981.1939.61
HexB725130505A1C75128
Octal2674523012013234712150
Binary1011011110010110011010100001011010111001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72513; }

 p { color: rgb(183,37,19); }

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

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

 a { background-color: rgb(183,37,19); }

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

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

 span { border-color: rgb(183,37,19); }

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