Html Css Color HEX #B7240F Fire Brick

📋 copy color: '#B7240F'

red 183 ◦ green 36 ◦ blue 15

#B7240F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B7240F

Tints of Fire Brick #B7240F

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 value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7240F (or 0xB7240F) is known color: 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

RGB 183 36 15 -
CMYK 0 0.80 0.92 0.28
HSL 7.5º 0.85% 0.39% -
HSV(B) 7.5º 0.92% 0.72% -
XYZ 20.25 11.36 1.58 -
YUV 77.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 183 36 15 0 0.80 0.92 0.28 7.5 0.85 0.39
Hex B7 24 F 0 50 5C 1C 8 55 27
Octal 267 44 17 0 120 134 34 10 125 47
Binary 10110111 100100 1111 0 1010000 1011100 11100 1000 1010101 100111

Color Harmonies of #B7240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7240F

Black with #B7240F

Text Example


Text Example

White with #B7240F

Text Example


Text Example

HTML Codes & Css Web 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>