#BB2C42

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

Shades of Brick Red #BB2C42

Tints of Brick Red #BB2C42

Color information

#BB2C42 (or 0xBB2C42) is unknown color: approx Brick Red. HEX triplet: BB, 2C and 42. RGB value is (187,44,66). Sum of RGB (Red+Green+Blue) = 187+44+66=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C42 is #44D3BD. Grayscale: #595959. Windows color (decimal): -4510654 or 4336827. OLE color: 4336827.

HSL color Cylindrical-coordinate representation of color #BB2C42: hue angle of 350.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2C42 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1874466-
CMYK00.760.650.27
HSL350.77º61.9%45.29%-
HSV(B)350.77º76.47%73.33%-
XYZ22.3812.766.44-
YUV89.26114.88197.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.96%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=62.96%
G=14.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187446600.760.650.27350.7761.945.29
HexBB2C4204C411B15f3e2d
Octal273541020114101335377655
Binary10111011101100100001001001100100000111011101011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2C42; }

 p { color: rgb(187,44,66); }

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

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

 a { background-color: rgb(187,44,66); }

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

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

 span { border-color: rgb(187,44,66); }

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