#BB2E3B

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

Shades of Brick Red #BB2E3B

Tints of Brick Red #BB2E3B

Color information

#BB2E3B (or 0xBB2E3B) is unknown color: approx Brick Red. HEX triplet: BB, 2E and 3B. RGB value is (187,46,59). Sum of RGB (Red+Green+Blue) = 187+46+59=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E3B is #44D1C4. Grayscale: #595959. Windows color (decimal): -4510149 or 3878587. OLE color: 3878587.

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

Color convert

RGB1874659-
CMYK00.750.680.27
HSL354.47º60.52%45.69%-
HSV(B)354.47º75.4%73.33%-
XYZ22.2612.835.44-
YUV89.64110.71197.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.04%
GREEN value IS 46 (18.36% from 255) = 15.75%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=64.04%
G=15.75%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187465900.750.680.27354.4760.5245.69
HexBB2E3B04B441B1623d2e
Octal27356730113104335427556
Binary1011101110111011101101001011100010011011101100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E3B; }

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

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

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

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

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

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

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

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