#BB3F44

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

Shades of Brick Red #BB3F44

Tints of Brick Red #BB3F44

Color information

#BB3F44 (or 0xBB3F44) is unknown color: approx Brick Red. HEX triplet: BB, 3F and 44. RGB value is (187,63,68). Sum of RGB (Red+Green+Blue) = 187+63+68=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F44 is #44C0BB. Grayscale: #646464. Windows color (decimal): -4505788 or 4472763. OLE color: 4472763.

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

Color convert

RGB1876368-
CMYK00.660.640.27
HSL357.58º49.6%49.02%-
HSV(B)357.58º66.31%73.33%-
XYZ23.3114.547.05-
YUV100.65109.58189.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.81%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 68 (26.95% from 255) = 21.38%
R=58.81%
G=19.81%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187636800.660.640.27357.5849.649.02
HexBB3F44042401B1663231
Octal273771040102100335466261
Binary10111011111111100010001000010100000011011101100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F44; }

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

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

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

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

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

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

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

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