#BB2E38

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

Shades of Brick Red #BB2E38

Tints of Brick Red #BB2E38

Color information

#BB2E38 (or 0xBB2E38) is unknown color: approx Brick Red. HEX triplet: BB, 2E and 38. RGB value is (187,46,56). Sum of RGB (Red+Green+Blue) = 187+46+56=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E38 is #44D1C7. Grayscale: #595959. Windows color (decimal): -4510152 or 3681979. OLE color: 3681979.

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

Color convert

RGB1874656-
CMYK00.750.700.27
HSL355.74º60.52%45.69%-
HSV(B)355.74º75.4%73.33%-
XYZ22.1812.85.04-
YUV89.3109.21197.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=64.71%
G=15.92%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187465600.750.700.27355.7460.5245.69
HexBB2E3804B461B1643d2e
Octal27356700113106335447556
Binary1011101110111011100001001011100011011011101100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E38; }

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

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

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

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

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

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

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

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