Html Css Color HEX #B9211B Fire Brick

📋 copy color: '#B9211B'

red 185 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #B9211B

Tints of Fire Brick #B9211B

RGB

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

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

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

R = 75.51%
G = 13.47%
B = 11.02%

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

#B9211B (or 0xB9211B) is known color: Fire Brick. HEX triplet: B9, 21 and 1B. RGB value is (185,33,27). Sum of RGB (Red+Green+Blue) = 185+33+27=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B9211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9211B is #46DEE4. Grayscale: #4D4D4D. Windows color (decimal): -4644581 or 1778105. OLE color: 1778105.

HSL color Cylindrical-coordinate representation of color #B9211B: hue angle of 2.28º degrees, saturation: 0.75, 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 #B9211B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 33 27 -
CMYK 0 0.82 0.85 0.27
HSL 2.28º 0.75% 0.42% -
HSV(B) 2.28º 0.85% 0.73% -
XYZ 20.75 11.48 2.16 -
YUV 77.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 185 33 27 0 0.82 0.85 0.27 2.28 0.75 0.42
Hex B9 21 1B 0 52 55 1B 2 4B 2A
Octal 271 41 33 0 122 125 33 2 113 52
Binary 10111001 100001 11011 0 1010010 1010101 11011 10 1001011 101010

Color Harmonies of #B9211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9211B

Black with #B9211B

Text Example


Text Example

White with #B9211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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