Html Css Color HEX #B9200B Fire Brick

📋 copy color: '#B9200B'

red 185 ◦ green 32 ◦ blue 11

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

Shades of Fire Brick #B9200B

Tints of Fire Brick #B9200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 81.14%
G = 14.04%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9200B (or 0xB9200B) is known color: Fire Brick. HEX triplet: B9, 20 and 0B. RGB value is (185,32,11). Sum of RGB (Red+Green+Blue) = 185+32+11=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B9200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9200B is #46DFF4. Grayscale: #4B4B4B. Windows color (decimal): -4644853 or 729273. OLE color: 729273.

HSL color Cylindrical-coordinate representation of color #B9200B: hue angle of 7.24º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9200B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 11 -
CMYK 0 0.83 0.94 0.27
HSL 7.24º 0.89% 0.38% -
HSV(B) 7.24º 0.94% 0.73% -
XYZ 20.58 11.37 1.43 -
YUV 75.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 185 32 11 0 0.83 0.94 0.27 7.24 0.89 0.38
Hex B9 20 B 0 53 5E 1B 7 59 26
Octal 271 40 13 0 123 136 33 7 131 46
Binary 10111001 100000 1011 0 1010011 1011110 11011 111 1011001 100110

Color Harmonies of #B9200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9200B

Black with #B9200B

Text Example


Text Example

White with #B9200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9200B; }

 p { color: rgb(185,32,11); }

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

background-color css

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

 a { background-color: rgb(185,32,11); }

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

border-color css

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

 span { border-color: rgb(185,32,11); }

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