#BB2A42

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

Shades of Brick Red #BB2A42

Tints of Brick Red #BB2A42

Color information

#BB2A42 (or 0xBB2A42) is unknown color: approx Brick Red. HEX triplet: BB, 2A and 42. RGB value is (187,42,66). Sum of RGB (Red+Green+Blue) = 187+42+66=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A42 is #44D5BD. Grayscale: #585858. Windows color (decimal): -4511166 or 4336315. OLE color: 4336315.

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

Color convert

RGB1874266-
CMYK00.780.650.27
HSL350.07º63.32%44.9%-
HSV(B)350.07º77.54%73.33%-
XYZ22.312.616.41-
YUV88.09115.54198.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.39%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=63.39%
G=14.24%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187426600.780.650.27350.0763.3244.9
HexBB2A4204E411B15e3f2d
Octal273521020116101335367755
Binary10111011101010100001001001110100000111011101011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A42; }

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

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

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

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

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

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

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

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