#BB353C

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

Shades of Brick Red #BB353C

Tints of Brick Red #BB353C

Color information

#BB353C (or 0xBB353C) is unknown color: approx Brick Red. HEX triplet: BB, 35 and 3C. RGB value is (187,53,60). Sum of RGB (Red+Green+Blue) = 187+53+60=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB353C is #44CAC3. Grayscale: #5D5D5D. Windows color (decimal): -4508356 or 3945915. OLE color: 3945915.

HSL color Cylindrical-coordinate representation of color #BB353C: hue angle of 356.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB353C is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1875360-
CMYK00.720.680.27
HSL356.87º55.83%47.06%-
HSV(B)356.87º71.66%73.33%-
XYZ22.5813.445.68-
YUV93.86108.89194.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.33%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 60 (23.83% from 255) = 20%
R=62.33%
G=17.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187536000.720.680.27356.8755.8347.06
HexBB353C048441B165382f
Octal27365740110104335457057
Binary1011101111010111110001001000100010011011101100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB353C; }

 p { color: rgb(187,53,60); }

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

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

 a { background-color: rgb(187,53,60); }

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

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

 span { border-color: rgb(187,53,60); }

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