#BB2E3E

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

Shades of Brick Red #BB2E3E

Tints of Brick Red #BB2E3E

Color information

#BB2E3E (or 0xBB2E3E) is unknown color: approx Brick Red. HEX triplet: BB, 2E and 3E. RGB value is (187,46,62). Sum of RGB (Red+Green+Blue) = 187+46+62=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E3E is #44D1C1. Grayscale: #5A5A5A. Windows color (decimal): -4510146 or 4075195. OLE color: 4075195.

HSL color Cylindrical-coordinate representation of color #BB2E3E: hue angle of 353.19º 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 #BB2E3E is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1874662-
CMYK00.750.670.27
HSL353.19º60.52%45.69%-
HSV(B)353.19º75.4%73.33%-
XYZ22.3412.875.86-
YUV89.98112.21197.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.39%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=63.39%
G=15.59%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187466200.750.670.27353.1960.5245.69
HexBB2E3E04B431B1613d2e
Octal27356760113103335417556
Binary1011101110111011111001001011100001111011101100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E3E; }

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

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

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

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

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

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

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

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