#BB363F

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

Shades of Brick Red #BB363F

Tints of Brick Red #BB363F

Color information

#BB363F (or 0xBB363F) is unknown color: approx Brick Red. HEX triplet: BB, 36 and 3F. RGB value is (187,54,63). Sum of RGB (Red+Green+Blue) = 187+54+63=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB363F is #44C9C0. Grayscale: #5E5E5E. Windows color (decimal): -4508097 or 4142779. OLE color: 4142779.

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

Color convert

RGB1875463-
CMYK00.710.660.27
HSL355.94º55.19%47.25%-
HSV(B)355.94º71.12%73.33%-
XYZ22.7113.566.12-
YUV94.79110.06193.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 63 (25% from 255) = 20.72%
R=61.51%
G=17.76%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187546300.710.660.27355.9455.1947.25
HexBB363F047421B164372f
Octal27366770107102335446757
Binary1011101111011011111101000111100001011011101100100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB363F; }

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

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

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

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

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

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

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

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