Html Css Color HEX #B1221B Fire Brick

📋 copy color: '#B1221B'

red 177 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #B1221B

Tints of Fire Brick #B1221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

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

R = 74.37%
G = 14.29%
B = 11.34%

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

#B1221B (or 0xB1221B) is known color: Fire Brick. HEX triplet: B1, 22 and 1B. RGB value is (177,34,27). Sum of RGB (Red+Green+Blue) = 177+34+27=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1221B is #4EDDE4. Grayscale: #4C4C4C. Windows color (decimal): -5168613 or 1778353. OLE color: 1778353.

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

Color convert

RGB 177 34 27 -
CMYK 0 0.81 0.85 0.31
HSL 2.8º 0.74% 0.4% -
HSV(B) 2.8º 0.85% 0.69% -
XYZ 18.9 10.57 2.08 -
YUV 75.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 177 34 27 0 0.81 0.85 0.31 2.8 0.74 0.4
Hex B1 22 1B 0 51 55 1F 3 4A 28
Octal 261 42 33 0 121 125 37 3 112 50
Binary 10110001 100010 11011 0 1010001 1010101 11111 11 1001010 101000

Color Harmonies of #B1221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1221B

Black with #B1221B

Text Example


Text Example

White with #B1221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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