Html Css Color HEX #B9210B Fire Brick

📋 copy color: '#B9210B'

red 185 ◦ green 33 ◦ blue 11

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

Shades of Fire Brick #B9210B

Tints of Fire Brick #B9210B

RGB

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

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

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

R = 80.79%
G = 14.41%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9210B (or 0xB9210B) is known color: Fire Brick. HEX triplet: B9, 21 and 0B. RGB value is (185,33,11). Sum of RGB (Red+Green+Blue) = 185+33+11=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B9210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9210B is #46DEF4. Grayscale: #4C4C4C. Windows color (decimal): -4644597 or 729529. OLE color: 729529.

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

Color convert

RGB 185 33 11 -
CMYK 0 0.82 0.94 0.27
HSL 7.59º 0.89% 0.38% -
HSV(B) 7.59º 0.94% 0.73% -
XYZ 20.61 11.43 1.44 -
YUV 75.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 185 33 11 0 0.82 0.94 0.27 7.59 0.89 0.38
Hex B9 21 B 0 52 5E 1B 8 59 26
Octal 271 41 13 0 122 136 33 10 131 46
Binary 10111001 100001 1011 0 1010010 1011110 11011 1000 1011001 100110

Color Harmonies of #B9210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9210B

Black with #B9210B

Text Example


Text Example

White with #B9210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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