#BB3243

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

Shades of Brick Red #BB3243

Tints of Brick Red #BB3243

Color information

#BB3243 (or 0xBB3243) is unknown color: approx Brick Red. HEX triplet: BB, 32 and 43. RGB value is (187,50,67). Sum of RGB (Red+Green+Blue) = 187+50+67=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3243 is #44CDBC. Grayscale: #5C5C5C. Windows color (decimal): -4509117 or 4403899. OLE color: 4403899.

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

Color convert

RGB1875067-
CMYK00.730.640.27
HSL352.55º57.81%46.47%-
HSV(B)352.55º73.26%73.33%-
XYZ22.6513.256.67-
YUV92.9113.39195.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 67 (26.56% from 255) = 22.04%
R=61.51%
G=16.45%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187506700.730.640.27352.5557.8146.47
HexBB3243049401B1613a2e
Octal273621030111100335417256
Binary10111011110010100001101001001100000011011101100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3243; }

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

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

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

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

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

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

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

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