#B72518

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

Shades of Fire Brick #B72518

Tints of Fire Brick #B72518

Color information

#B72518 (or 0xB72518) is unknown color: approx Fire Brick. HEX triplet: B7, 25 and 18. RGB value is (183,37,24). Sum of RGB (Red+Green+Blue) = 183+37+24=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B72518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72518 is #48DAE7. Grayscale: #4F4F4F. Windows color (decimal): -4774632 or 1582519. OLE color: 1582519.

HSL color Cylindrical-coordinate representation of color #B72518: hue angle of 4.91º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B72518 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB1833724-
CMYK00.800.870.28
HSL4.91º76.81%40.59%-
HSV(B)4.91º86.89%71.76%-
XYZ20.3511.462-
YUV79.1796.87202.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=75%
G=15.16%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183372400.800.870.284.9176.8140.59
HexB72518050571C54d29
Octal2674530012012734511551
Binary1011011110010111000010100001010111111001011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72518; }

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

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

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

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

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

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

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

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