Html Css Color HEX #B1211B Fire Brick

📋 copy color: '#B1211B'

red 177 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #B1211B

Tints of Fire Brick #B1211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

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

R = 74.68%
G = 13.92%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1211B (or 0xB1211B) is known color: Fire Brick. HEX triplet: B1, 21 and 1B. RGB value is (177,33,27). Sum of RGB (Red+Green+Blue) = 177+33+27=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B1211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1211B is #4EDEE4. Grayscale: #4B4B4B. Windows color (decimal): -5168869 or 1778097. OLE color: 1778097.

HSL color Cylindrical-coordinate representation of color #B1211B: hue angle of 2.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 #B1211B is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 27 -
CMYK 0 0.81 0.85 0.31
HSL 2.4º 0.74% 0.4% -
HSV(B) 2.4º 0.85% 0.69% -
XYZ 18.87 10.51 2.07 -
YUV 75.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 177 33 27 0 0.81 0.85 0.31 2.4 0.74 0.4
Hex B1 21 1B 0 51 55 1F 2 4A 28
Octal 261 41 33 0 121 125 37 2 112 50
Binary 10110001 100001 11011 0 1010001 1010101 11111 10 1001010 101000

Color Harmonies of #B1211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1211B

Black with #B1211B

Text Example


Text Example

White with #B1211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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