#BB2D3F

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

Shades of Brick Red #BB2D3F

Tints of Brick Red #BB2D3F

Color information

#BB2D3F (or 0xBB2D3F) is unknown color: approx Brick Red. HEX triplet: BB, 2D and 3F. RGB value is (187,45,63). Sum of RGB (Red+Green+Blue) = 187+45+63=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D3F is #44D2C0. Grayscale: #595959. Windows color (decimal): -4510401 or 4140475. OLE color: 4140475.

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

Color convert

RGB1874563-
CMYK00.760.660.27
HSL352.39º61.21%45.49%-
HSV(B)352.39º75.94%73.33%-
XYZ22.3312.86-
YUV89.51113.04197.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.39%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 63 (25% from 255) = 21.36%
R=63.39%
G=15.25%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187456300.760.660.27352.3961.2145.49
HexBB2D3F04C421B1603d2d
Octal27355770114102335407555
Binary1011101110110111111101001100100001011011101100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2D3F; }

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

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

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

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

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

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

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

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