Html Css Color HEX #B1240F Fire Brick

📋 copy color: '#B1240F'

red 177 ◦ green 36 ◦ blue 15

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

Shades of Fire Brick #B1240F

Tints of Fire Brick #B1240F

RGB

 RED value IS 177 (69.53% from 255) = 77.63%

 GREEN value IS 36 (14.45% from 255) = 15.79%

 BLUE value IS 15 (6.25% from 255) = 6.58%

R = 77.63%
G = 15.79%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1240F (or 0xB1240F) is known color: Fire Brick. HEX triplet: B1, 24 and 0F. RGB value is (177,36,15). Sum of RGB (Red+Green+Blue) = 177+36+15=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B1240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1240F is #4EDBF0. Grayscale: #4B4B4B. Windows color (decimal): -5168113 or 992433. OLE color: 992433.

HSL color Cylindrical-coordinate representation of color #B1240F: hue angle of 7.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1240F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 15 -
CMYK 0 0.80 0.92 0.31
HSL 7.78º 0.84% 0.38% -
HSV(B) 7.78º 0.92% 0.69% -
XYZ 18.85 10.64 1.51 -
YUV 75.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 177 36 15 0 0.80 0.92 0.31 7.78 0.84 0.38
Hex B1 24 F 0 50 5C 1F 8 54 26
Octal 261 44 17 0 120 134 37 10 124 46
Binary 10110001 100100 1111 0 1010000 1011100 11111 1000 1010100 100110

Color Harmonies of #B1240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1240F

Black with #B1240F

Text Example


Text Example

White with #B1240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1240F; }

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

 H1.HeaderClassName
 {
   color: #B1240F;
 }
 .AnyTagClassName
 {
   color: #B1240F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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