#BB333F

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

Shades of Brick Red #BB333F

Tints of Brick Red #BB333F

Color information

#BB333F (or 0xBB333F) is unknown color: approx Brick Red. HEX triplet: BB, 33 and 3F. RGB value is (187,51,63). Sum of RGB (Red+Green+Blue) = 187+51+63=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB333F is #44CCC0. Grayscale: #5D5D5D. Windows color (decimal): -4508865 or 4142011. OLE color: 4142011.

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

Color convert

RGB1875163-
CMYK00.730.660.27
HSL354.71º57.14%46.67%-
HSV(B)354.71º72.73%73.33%-
XYZ22.5713.296.08-
YUV93.03111.06195.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.13%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 63 (25% from 255) = 20.93%
R=62.13%
G=16.94%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187516300.730.660.27354.7157.1446.67
HexBB333F049421B163392f
Octal27363770111102335437157
Binary1011101111001111111101001001100001011011101100011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB333F; }

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

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

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

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

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

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

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

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