#BB323B

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

Shades of Brick Red #BB323B

Tints of Brick Red #BB323B

Color information

#BB323B (or 0xBB323B) is unknown color: approx Brick Red. HEX triplet: BB, 32 and 3B. RGB value is (187,50,59). Sum of RGB (Red+Green+Blue) = 187+50+59=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB323B is #44CDC4. Grayscale: #5C5C5C. Windows color (decimal): -4509125 or 3879611. OLE color: 3879611.

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

Color convert

RGB1875059-
CMYK00.730.680.27
HSL356.06º57.81%46.47%-
HSV(B)356.06º73.26%73.33%-
XYZ22.4213.165.5-
YUV91.99109.39195.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.18%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=63.18%
G=16.89%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187505900.730.680.27356.0657.8146.47
HexBB323B049441B1643a2e
Octal27362730111104335447256
Binary1011101111001011101101001001100010011011101100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB323B; }

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

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

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

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

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

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

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

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