#B7240F

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

Shades of Fire Brick #B7240F

Tints of Fire Brick #B7240F

Color information

#B7240F (or 0xB7240F) is unknown color: approx Fire Brick. HEX triplet: B7, 24 and 0F. RGB value is (183,36,15). Sum of RGB (Red+Green+Blue) = 183+36+15=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B7240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7240F is #48DBF0. Grayscale: #4D4D4D. Windows color (decimal): -4774897 or 992439. OLE color: 992439.

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

Color convert

RGB1833615-
CMYK00.800.920.28
HSL7.5º84.85%38.82%-
HSV(B)7.5º91.8%71.76%-
XYZ20.2511.361.58-
YUV77.5692.7203.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 78.21%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=78.21%
G=15.38%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183361500.800.920.287.584.8538.82
HexB724F0505C1C85527
Octal26744170120134341012547
Binary1011011110010011110101000010111001110010001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7240F; }

 p { color: rgb(183,36,15); }

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

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

 a { background-color: rgb(183,36,15); }

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

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

 span { border-color: rgb(183,36,15); }

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