#BB3A43

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

Shades of Brick Red #BB3A43

Tints of Brick Red #BB3A43

Color information

#BB3A43 (or 0xBB3A43) is unknown color: approx Brick Red. HEX triplet: BB, 3A and 43. RGB value is (187,58,67). Sum of RGB (Red+Green+Blue) = 187+58+67=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A43 is #44C5BC. Grayscale: #616161. Windows color (decimal): -4507069 or 4405947. OLE color: 4405947.

HSL color Cylindrical-coordinate representation of color #BB3A43: hue angle of 355.81º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3A43 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1875867-
CMYK00.690.640.27
HSL355.81º52.65%48.04%-
HSV(B)355.81º68.98%73.33%-
XYZ23.02146.8-
YUV97.6110.74191.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.94%
GREEN value IS 58 (23.05% from 255) = 18.59%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=59.94%
G=18.59%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187586700.690.640.27355.8152.6548.04
HexBB3A43045401B1643530
Octal273721030105100335446560
Binary10111011111010100001101000101100000011011101100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A43; }

 p { color: rgb(187,58,67); }

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

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

 a { background-color: rgb(187,58,67); }

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

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

 span { border-color: rgb(187,58,67); }

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