#BB2E1F

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

Shades of Fire Brick #BB2E1F

Tints of Fire Brick #BB2E1F

Color information

#BB2E1F (or 0xBB2E1F) is unknown color: approx Fire Brick. HEX triplet: BB, 2E and 1F. RGB value is (187,46,31). Sum of RGB (Red+Green+Blue) = 187+46+31=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E1F is #44D1E0. Grayscale: #565656. Windows color (decimal): -4510177 or 2043579. OLE color: 2043579.

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

Color convert

RGB1874631-
CMYK00.750.830.27
HSL5.77º71.56%42.75%-
HSV(B)5.77º83.42%73.33%-
XYZ21.7212.622.59-
YUV86.4596.71199.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.83%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=70.83%
G=17.42%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187463100.750.830.275.7771.5642.75
HexBB2E1F04B531B6482b
Octal2735637011312333611053
Binary1011101110111011111010010111010011110111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E1F; }

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

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

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

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

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

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

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

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