Html Css Color HEX #B1250B Fire Brick

📋 copy color: '#B1250B'

red 177 ◦ green 37 ◦ blue 11

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

Shades of Fire Brick #B1250B

Tints of Fire Brick #B1250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 78.67%
G = 16.44%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1250B (or 0xB1250B) is known color: Fire Brick. HEX triplet: B1, 25 and 0B. RGB value is (177,37,11). Sum of RGB (Red+Green+Blue) = 177+37+11=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1250B is #4EDAF4. Grayscale: #4C4C4C. Windows color (decimal): -5167861 or 730545. OLE color: 730545.

HSL color Cylindrical-coordinate representation of color #B1250B: hue angle of 9.4º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1250B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 37 11 -
CMYK 0 0.79 0.94 0.31
HSL 9.4º 0.88% 0.37% -
HSV(B) 9.4º 0.94% 0.69% -
XYZ 18.85 10.69 1.39 -
YUV 75.9 91.38 200.11 -
System Red Green Blue C M Y K H S L
Decimal 177 37 11 0 0.79 0.94 0.31 9.4 0.88 0.37
Hex B1 25 B 0 4F 5E 1F 9 58 25
Octal 261 45 13 0 117 136 37 11 130 45
Binary 10110001 100101 1011 0 1001111 1011110 11111 1001 1011000 100101

Color Harmonies of #B1250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1250B

Black with #B1250B

Text Example


Text Example

White with #B1250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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