Html Css Color HEX #B9211C Fire Brick

📋 copy color: '#B9211C'

red 185 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #B9211C

Tints of Fire Brick #B9211C

RGB

 RED value IS 185 (72.66% from 255) = 75.2%

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

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 75.2%
G = 13.41%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9211C (or 0xB9211C) is known color: Fire Brick. HEX triplet: B9, 21 and 1C. RGB value is (185,33,28). Sum of RGB (Red+Green+Blue) = 185+33+28=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B9211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9211C is #46DEE3. Grayscale: #4E4E4E. Windows color (decimal): -4644580 or 1843641. OLE color: 1843641.

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

Color convert

RGB 185 33 28 -
CMYK 0 0.82 0.85 0.27
HSL 1.91º 0.74% 0.42% -
HSV(B) 1.91º 0.85% 0.73% -
XYZ 20.76 11.49 2.22 -
YUV 77.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 185 33 28 0 0.82 0.85 0.27 1.91 0.74 0.42
Hex B9 21 1C 0 52 55 1B 2 4A 2A
Octal 271 41 34 0 122 125 33 2 112 52
Binary 10111001 100001 11100 0 1010010 1010101 11011 10 1001010 101010

Color Harmonies of #B9211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9211C

Black with #B9211C

Text Example


Text Example

White with #B9211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9211C; }

 p { color: rgb(185,33,28); }

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

background-color css

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

 a { background-color: rgb(185,33,28); }

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

border-color css

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

 span { border-color: rgb(185,33,28); }

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