#B9210B

Color #B9210B Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B9210B

Tints of Fire Brick #B9210B

Color information

#B9210B (or 0xB9210B) is unknown color: approx 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

RGB1853311-
CMYK00.820.940.27
HSL7.59º88.78%38.43%-
HSV(B)7.59º94.05%72.55%-
XYZ20.6111.431.44-
YUV75.9491.36205.79-

RGB Variations

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

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.80%
R=80.79%
G=14.41%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185331100.820.940.277.5988.7838.43
HexB921B0525E1B85926
Octal27141130122136331013146
Binary1011100110000110110101001010111101101110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>