#BB1C14

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

Shades of Fire Brick #BB1C14

Tints of Fire Brick #BB1C14

Color information

#BB1C14 (or 0xBB1C14) is unknown color: approx Fire Brick. HEX triplet: BB, 1C and 14. RGB value is (187,28,20). Sum of RGB (Red+Green+Blue) = 187+28+20=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1C14 is #44E3EB. Grayscale: #4A4A4A. Windows color (decimal): -4514796 or 1318075. OLE color: 1318075.

HSL color Cylindrical-coordinate representation of color #BB1C14: hue angle of 2.87º degrees, saturation: 0.81, 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 #BB1C14 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1872820-
CMYK00.850.890.27
HSL2.87º80.68%40.59%-
HSV(B)2.87º89.3%73.33%-
XYZ21.0411.451.76-
YUV74.6397.18208.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.57%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=79.57%
G=11.91%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187282000.850.890.272.8780.6840.59
HexBB1C14055591B35129
Octal2733424012513133312151
Binary10111011111001010001010101101100111011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C14; }

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

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

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

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

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

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

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

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