#bb2d40

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

Shades of Brick Red #BB2D40

Tints of Brick Red #BB2D40

Color information

#BB2D40 (or 0xBB2D40) is unknown color: approx Brick Red. HEX triplet: BB, 2D and 40. RGB value is (187,45,64). Sum of RGB (Red+Green+Blue) = 187+45+64=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D40 is #44D2BF. Grayscale: #595959. Windows color (decimal): -4510400 or 4206011. OLE color: 4206011.

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

Color convert

RGB1874564-
CMYK00.760.660.27
HSL351.97º61.21%45.49%-
HSV(B)351.97º75.94%73.33%-
XYZ22.3612.816.15-
YUV89.62113.54197.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.18%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=63.18%
G=15.20%
B=21.62%

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
Decimal187456400.760.660.27351.9761.2145.49
HexBB2D4004C421B1603d2d
Octal273551000114102335407555
Binary10111011101101100000001001100100001011011101100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2d40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2d40; }

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

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

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

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

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

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

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

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