#BB2A3B

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

Shades of Brick Red #BB2A3B

Tints of Brick Red #BB2A3B

Color information

#BB2A3B (or 0xBB2A3B) is unknown color: approx Brick Red. HEX triplet: BB, 2A and 3B. RGB value is (187,42,59). Sum of RGB (Red+Green+Blue) = 187+42+59=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A3B is #44D5C4. Grayscale: #575757. Windows color (decimal): -4511173 or 3877563. OLE color: 3877563.

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

Color convert

RGB1874259-
CMYK00.780.680.27
HSL352.97º63.32%44.9%-
HSV(B)352.97º77.54%73.33%-
XYZ22.1112.545.39-
YUV87.29112.04199.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.93%
GREEN value IS 42 (16.80% from 255) = 14.58%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=64.93%
G=14.58%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187425900.780.680.27352.9763.3244.9
HexBB2A3B04E441B1613f2d
Octal27352730116104335417755
Binary1011101110101011101101001110100010011011101100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A3B; }

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

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

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

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

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

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

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

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