#BB4146

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

Shades of Brick Red #BB4146

Tints of Brick Red #BB4146

Color information

#BB4146 (or 0xBB4146) is unknown color: approx Brick Red. HEX triplet: BB, 41 and 46. RGB value is (187,65,70). Sum of RGB (Red+Green+Blue) = 187+65+70=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4146 is #44BEB9. Grayscale: #666666. Windows color (decimal): -4505274 or 4604347. OLE color: 4604347.

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

Color convert

RGB1876570-
CMYK00.650.630.27
HSL357.54º48.41%49.41%-
HSV(B)357.54º65.24%73.33%-
XYZ23.4914.797.41-
YUV102.05109.92188.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=58.07%
G=20.19%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187657000.650.630.27357.5448.4149.41
HexBB41460413F1B1663031
Octal273101106010177335466061
Binary10111011100000110001100100000111111111011101100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4146; }

 p { color: rgb(187,65,70); }

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

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

 a { background-color: rgb(187,65,70); }

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

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

 span { border-color: rgb(187,65,70); }

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