#BB2E37

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

Shades of Brick Red #BB2E37

Tints of Brick Red #BB2E37

Color information

#BB2E37 (or 0xBB2E37) is unknown color: approx Brick Red. HEX triplet: BB, 2E and 37. RGB value is (187,46,55). Sum of RGB (Red+Green+Blue) = 187+46+55=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E37 is #44D1C8. Grayscale: #595959. Windows color (decimal): -4510153 or 3616443. OLE color: 3616443.

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

Color convert

RGB1874655-
CMYK00.750.710.27
HSL356.17º60.52%45.69%-
HSV(B)356.17º75.4%73.33%-
XYZ22.1612.794.92-
YUV89.18108.71197.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.93%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=64.93%
G=15.97%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187465500.750.710.27356.1760.5245.69
HexBB2E3704B471B1643d2e
Octal27356670113107335447556
Binary1011101110111011011101001011100011111011101100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E37; }

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

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

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

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

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

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

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

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