#BB2315

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

Shades of Fire Brick #BB2315

Tints of Fire Brick #BB2315

Color information

#BB2315 (or 0xBB2315) is unknown color: approx Fire Brick. HEX triplet: BB, 23 and 15. RGB value is (187,35,21). Sum of RGB (Red+Green+Blue) = 187+35+21=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2315 is #44DCEA. Grayscale: #4F4F4F. Windows color (decimal): -4513003 or 1385403. OLE color: 1385403.

HSL color Cylindrical-coordinate representation of color #BB2315: hue angle of 5.06º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB2315 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1873521-
CMYK00.810.890.27
HSL5.06º79.81%40.78%-
HSV(B)5.06º88.77%73.33%-
XYZ21.2311.821.87-
YUV78.8595.36205.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.95%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=76.95%
G=14.40%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187352100.810.890.275.0679.8140.78
HexBB2315051591B55029
Octal2734325012113133512051
Binary1011101110001110101010100011011001110111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2315; }

 p { color: rgb(187,35,21); }

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

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

 a { background-color: rgb(187,35,21); }

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

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

 span { border-color: rgb(187,35,21); }

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