#BB1C1B

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

Shades of Fire Brick #BB1C1B

Tints of Fire Brick #BB1C1B

Color information

#BB1C1B (or 0xBB1C1B) is unknown color: approx Fire Brick. HEX triplet: BB, 1C and 1B. RGB value is (187,28,27). Sum of RGB (Red+Green+Blue) = 187+28+27=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1C1B is #44E3E4. Grayscale: #4B4B4B. Windows color (decimal): -4514789 or 1776827. OLE color: 1776827.

HSL color Cylindrical-coordinate representation of color #BB1C1B: hue angle of 0.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1C1B is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1872827-
CMYK00.850.860.27
HSL0.38º74.77%41.96%-
HSV(B)0.38º85.56%73.33%-
XYZ21.1111.472.14-
YUV75.43100.68207.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 77.27%
GREEN value IS 28 (11.33% from 255) = 11.57%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=77.27%
G=11.57%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187282700.850.860.270.3874.7741.96
HexBB1C1B055561B04b2a
Octal2733433012512633011352
Binary1011101111100110110101010110101101101101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C1B; }

 p { color: rgb(187,28,27); }

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

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

 a { background-color: rgb(187,28,27); }

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

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

 span { border-color: rgb(187,28,27); }

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