#BB3B45

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

Shades of Brick Red #BB3B45

Tints of Brick Red #BB3B45

Color information

#BB3B45 (or 0xBB3B45) is unknown color: approx Brick Red. HEX triplet: BB, 3B and 45. RGB value is (187,59,69). Sum of RGB (Red+Green+Blue) = 187+59+69=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B45 is #44C4BA. Grayscale: #626262. Windows color (decimal): -4506811 or 4537275. OLE color: 4537275.

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

Color convert

RGB1875969-
CMYK00.680.630.27
HSL355.31º52.03%48.24%-
HSV(B)355.31º68.45%73.33%-
XYZ23.1314.127.14-
YUV98.41111.41191.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=59.37%
G=18.73%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187596900.680.630.27355.3152.0348.24
HexBB3B450443F1B1633430
Octal27373105010477335436460
Binary1011101111101110001010100010011111111011101100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B45; }

 p { color: rgb(187,59,69); }

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

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

 a { background-color: rgb(187,59,69); }

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

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

 span { border-color: rgb(187,59,69); }

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