#BB353F

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

Shades of Brick Red #BB353F

Tints of Brick Red #BB353F

Color information

#BB353F (or 0xBB353F) is unknown color: approx Brick Red. HEX triplet: BB, 35 and 3F. RGB value is (187,53,63). Sum of RGB (Red+Green+Blue) = 187+53+63=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB353F is #44CAC0. Grayscale: #5E5E5E. Windows color (decimal): -4508353 or 4142523. OLE color: 4142523.

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

Color convert

RGB1875363-
CMYK00.720.660.27
HSL355.52º55.83%47.06%-
HSV(B)355.52º71.66%73.33%-
XYZ22.6613.476.11-
YUV94.21110.39194.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 63 (25% from 255) = 20.79%
R=61.72%
G=17.49%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187536300.720.660.27355.5255.8347.06
HexBB353F048421B164382f
Octal27365770110102335447057
Binary1011101111010111111101001000100001011011101100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB353F; }

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

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

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

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

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

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

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

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