Html Css Color HEX #B1301B Fire Brick

📋 copy color: '#B1301B'

red 177 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #B1301B

Tints of Fire Brick #B1301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 70.24%
G = 19.05%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1301B (or 0xB1301B) is known color: Fire Brick. HEX triplet: B1, 30 and 1B. RGB value is (177,48,27). Sum of RGB (Red+Green+Blue) = 177+48+27=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B1301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1301B is #4ECFE4. Grayscale: #545454. Windows color (decimal): -5165029 or 1781937. OLE color: 1781937.

HSL color Cylindrical-coordinate representation of color #B1301B: hue angle of 8.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1301B is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 27 -
CMYK 0 0.73 0.85 0.31
HSL 8.4º 0.74% 0.4% -
HSV(B) 8.4º 0.85% 0.69% -
XYZ 19.39 11.54 2.24 -
YUV 84.18 95.74 194.21 -
System Red Green Blue C M Y K H S L
Decimal 177 48 27 0 0.73 0.85 0.31 8.4 0.74 0.4
Hex B1 30 1B 0 49 55 1F 8 4A 28
Octal 261 60 33 0 111 125 37 10 112 50
Binary 10110001 110000 11011 0 1001001 1010101 11111 1000 1001010 101000

Color Harmonies of #B1301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1301B

Black with #B1301B

Text Example


Text Example

White with #B1301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1301B; }

 p { color: rgb(177,48,27); }

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

background-color css

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

 a { background-color: rgb(177,48,27); }

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

border-color css

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

 span { border-color: rgb(177,48,27); }

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