#BB2E2A

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

Shades of Fire Brick #BB2E2A

Tints of Fire Brick #BB2E2A

Color information

#BB2E2A (or 0xBB2E2A) is unknown color: approx Fire Brick. HEX triplet: BB, 2E and 2A. RGB value is (187,46,42). Sum of RGB (Red+Green+Blue) = 187+46+42=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E2A is #44D1D5. Grayscale: #575757. Windows color (decimal): -4510166 or 2764475. OLE color: 2764475.

HSL color Cylindrical-coordinate representation of color #BB2E2A: hue angle of 1.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2E2A is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1874642-
CMYK00.750.780.27
HSL1.66º63.32%44.9%-
HSV(B)1.66º77.54%73.33%-
XYZ21.8912.693.49-
YUV87.7102.21198.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=68%
G=16.73%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187464200.750.780.271.6663.3244.9
HexBB2E2A04B4E1B23f2d
Octal273565201131163327755
Binary101110111011101010100100101110011101101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E2A; }

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

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

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

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

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

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

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

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