Html Css Color HEX #B1250F Fire Brick

📋 copy color: '#B1250F'

red 177 ◦ green 37 ◦ blue 15

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

Shades of Fire Brick #B1250F

Tints of Fire Brick #B1250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 77.29%
G = 16.16%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1250F (or 0xB1250F) is known color: Fire Brick. HEX triplet: B1, 25 and 0F. RGB value is (177,37,15). Sum of RGB (Red+Green+Blue) = 177+37+15=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B1250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1250F is #4EDAF0. Grayscale: #4C4C4C. Windows color (decimal): -5167857 or 992689. OLE color: 992689.

HSL color Cylindrical-coordinate representation of color #B1250F: hue angle of 8.15º 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 #B1250F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 37 15 -
CMYK 0 0.79 0.92 0.31
HSL 8.15º 0.84% 0.38% -
HSV(B) 8.15º 0.92% 0.69% -
XYZ 18.88 10.7 1.52 -
YUV 76.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 177 37 15 0 0.79 0.92 0.31 8.15 0.84 0.38
Hex B1 25 F 0 4F 5C 1F 8 54 26
Octal 261 45 17 0 117 134 37 10 124 46
Binary 10110001 100101 1111 0 1001111 1011100 11111 1000 1010100 100110

Color Harmonies of #B1250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1250F

Black with #B1250F

Text Example


Text Example

White with #B1250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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