#bb2d1f

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

Shades of Fire Brick #BB2D1F

Tints of Fire Brick #BB2D1F

Color information

#BB2D1F (or 0xBB2D1F) is unknown color: approx Fire Brick. HEX triplet: BB, 2D and 1F. RGB value is (187,45,31). Sum of RGB (Red+Green+Blue) = 187+45+31=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D1F is #44D2E0. Grayscale: #565656. Windows color (decimal): -4510433 or 2043323. OLE color: 2043323.

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

Color convert

RGB1874531-
CMYK00.760.830.27
HSL5.38º71.56%42.75%-
HSV(B)5.38º83.42%73.33%-
XYZ21.6812.542.57-
YUV85.8697.04200.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 71.10%
GREEN value IS 45 (17.97% from 255) = 17.11%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=71.10%
G=17.11%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187453100.760.830.275.3871.5642.75
HexBB2D1F04C531B5482b
Octal2735537011412333511053
Binary1011101110110111111010011001010011110111011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2d1f; }

 p { color: rgb(187,45,31); }

 H1.HeaderClassName
 {
   color: #bb2d1f;
 }
 .AnyTagClassName
 {
   color: #bb2d1f;
 }
</style>
background-color css

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

 a { background-color: rgb(187,45,31); }

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

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

 span { border-color: rgb(187,45,31); }

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